Simple RSS bot for Telegram.
- python 3 (tested on 3.8)
- feedparser==6.0.1
- python-dateutil==2.8.1
- urllib3==1.25.10
- requests==2.24.0
Install requirements:
pip install -r requirements.txt
create config file:
cp config.example.py config.py
and edit to fits your data Then start:
python3 main.py
This bot is based on jimocic work.