- Parses news from selected telegram channels
- Sends you news one by one to get your rating and ad marks
- Filters out ads from news and sorts based on your rating
Add channel names to channels.json
and telegram bot token and client credentials to config.ini
pip install -r requirements.txt
export news_config="path-to-config.ini"
python bot.py
docker build container_name .
docker run -v /home:/app/home -e news_config="path-to-config.ini" container_name