Daste745 / discord-web-panel

Administrative web panel for managing Discord servers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Administrative web panel for managing Discord servers

License:MIT License


Languages

Language:HTML 48.6%Language:Python 27.0%Language:CSS 18.0%Language:JavaScript 6.5%