A barebones RSS bot that scrapes a list of RSS feeds and sends them via a Telegram Bot to a channel or chat.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
- A bot which is has permissions for the desired channel/group/chat.
- The ID of the channel/group/chat. To figure this out, see here.
- Python 3
Clone the git repo. Install the python dependencies.
pip3 install -r requirements.txt
Run the bot (assumes that python3 is the binary to run Python 3).
python3 .\news-scraper-bot-v2.py "<YOUR_BOT_TOKEN>" --interval 60
- papmech - Initial work
This project is licensed under the MIT License - see the LICENSE file for details