Subscribe to Telegram channels in DeltaChat.
Project description
A SimpleBot plugin that allows to subscribe to Telegram channels from Delta Chat.
Install
To install run:
pip install simplebot-tgchan
Configure
See https://github.com/simplebot-org/simplebot to know how to configure the bot with an e-mail account.
Before you start using the bot, you need to get your own API ID and hash, go to https://my.telegram.org/ and get them then configure the bot:
simplebot -a bot@example.com db -s simplebot_tgchan/api_id "12345" simplebot -a bot@example.com db -s simplebot_tgchan/api_hash "0123456789abcdef0123456789abcdef"
Then you must provide a phone number for the bot to use, to start session in Telegram:
simplebot -a bot@example.com login
After entering the verification code you received in Telegram or via SMS, start the bot:
simplebot -a bot@example.com serve
Then you can start subscribing to Telegram channels with /sub command writting to the bot address in Delta Chat.