Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

Daste745/discord-web-panel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Web Panel

Administrative web panel for managing Discord servers

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.

Widescreen panel screenshot Smallscreen panel screenshot

Running

  • Make sure you've installed all the required python packages: python -m pip install -r requirements.txt --upgrade --user
  • Rename _config.json to config.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