Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 765 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 765 Bytes

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.