1.0.0-rc.1 • Published 8 years ago

littlefork-plugin-telegram v1.0.0-rc.1

Weekly downloads
1
License
GPL-3.0
Repository
gitlab
Last release
8 years ago

Littlefork plugin for Telegram

I had to do the following steps to make this work:

  1. Send a message to @BotFather: /newbot This asks you for a name and a username for your bot. You get back a bot token.
  2. Run curl -v https://api.telegram.org/bot<your bot key>/getUpdates and look for the channel ID of this bot.

Edit your config file and add:

{
  "telegram": {
    "bot_key": "<your bot key>",
    "channel_id": "<your channel id"
  }
}

Plugins

  • telegram_send_message - Sends the content of _lf_content_fields of every unit to the Telegram chat.
1.0.0-rc.1

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago