1.0.0-rc.1 • Published 8 years ago
littlefork-plugin-telegram v1.0.0-rc.1
Littlefork plugin for Telegram
I had to do the following steps to make this work:
- Send a message to @BotFather: /newbot This asks you for a name and a username for your bot. You get back a bot token.
- Run
curl -v https://api.telegram.org/bot<your bot key>/getUpdatesand 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_fieldsof every unit to the Telegram chat.