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
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
pip freeze > requirements.txt