Sanic-oauth is broken (because of dependency version problems), this project doesn't currently run. Further work is required to rewrite/fix the entire backend. Feel free to contribute to the project. Please don't open issues about sanic-oauth not working.
- Make sure you've installed all the required python packages:
python -m pip install -r requirements.txt --upgrade --user
- Rename
_config.json
toconfig.json
- Create an appliation at the discord developer portal and copy your client id and secret into the config.
- Add a bot to your application and copy its token into the config.
- Run the webserver:
python app.py