Skip to content
This repository has been archived by the owner on May 23, 2019. It is now read-only.

gmemstr/webbot

Repository files navigation

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

About

Converts messages in Discord channel to RSS w/ frontend

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published