This script allow you to connect to an RSS feed, and every times it actualising, a new message is sent on the selected channel.
- Python 3.6 or higher
-
Clone this repo :
git clone https://github.com/alfi67-git/discord-rss cd discord-rss
-
Go in main.py and specifie :
- The webhook bot url
- The name of the bot
- The url of the rss feed
-
For Linux/macOS :
./setup.sh
-
For Windows :
setup.bat
These scripts will create a virtual environment, install the necessary dependencies, and run the main script.