/webbot

Converts messages in Discord channel to RSS w/ frontend

Primary LanguagePythonMIT LicenseMIT

WebBot

Live Demo of the #general channel of the /r/webdev Discord.

Transforms Discord channel messages into RSS feed.

Requires python3 and a .token file with your Discord bot's token from here.

Frontend can be found at localhost:5000

Running

virtualenv -p python3 .python
source .python/bin/activate
pip3 install -r requirements.txt 
python3 main.py

Note: Rename discord.xml.example to discord.xml for development purposes

After install new libraries

pip freeze > requirements.txt