Skip to content

iauctb/RSS-Reader-Telegram-Bot

This branch is 1 commit ahead of master.

Repository files navigation

RSS Reader Telegram Bot

This is a simple implementation of a RSS reader bot for Telegram written in Python3.

How To Config

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.

How To Run

You can simply run run.sh script or run bot/bot.py and bot/cron.py separately.

Contributing

Contributions are welcome. Please submit PRs or just file an Issue if you see something broken or in need of improving.