This is a simple implementation of a RSS reader bot for Telegram written in Python3.
First, clone this project, then edit Configs.py
in bot/utils
directory.
To get TELEGRAM_TOKEN
you must register a bot with @BotFather.
For now, this bot only supports MySQL database.
You can simply run run.sh
script or run bot/bot.py
and bot/cron.py
separately.
Contributions are welcome. Please submit PRs or just file an Issue if you see something broken or in need of improving.