A Supybot plugin that implements an IRC-Telegram gateway.
It relies on the Telegram Bot API.
- Create your Telegram bot using @BotFather
- Set up your supybot bot using
supybot-wizard
. - Clone this repository into the
plugins/
directory and rename the checkout toTelegramBridge
- Invite the bot to the target Telegram Chat
- Start supybot
- Send a message to the Telegram Chat, and watch the supybot logs for the message
Got message from unknown Telegram group:
; the Telegram chat ID will follow. - Either update the supybot's bot configuration manually or say
config channel <channel_name> plugins.TelegramBridge.tgChatId <chat_id>
to your bot to set the Telegram chat ID. - Enjoy
supybot.plugins.TelegramBridge.tgToken
: The bot's token as provided by @BotFathersupybot.plugins.TelegramBridge.tgChatId
: The chatroom ID NB: this is a per-channel configuration option