- Create a new Telegram bot: https://core.telegram.org/bots#creating-a-new-bot
- Create a testing channel and find its id: https://gist.github.com/mraaroncruz/e76d19f7d61d59419002db54030ebe35
- Fill the configuration file
config.py
with your Telegram bot api key and the channel id pip install -r requirements.txt
- To run the bot:
python3 bot.py