Dashboard for PyBot (https://trello.com/b/ktdWWwOh/pybot)
PyBot was developed by Loco, Unity, and Puyodead1 for a school project.
PyBot Dashboard was developed by Puyodead1
- Themes from Bootswatch; Licensed under the MIT license
- CSS Framework is Bootstrap; Licenced under the MIT license
- Javascript Framework is JQuery; Licensed under the MIT license
- JQuery UI; Licensed under the MIT license
- Emoji Picker is emoji-picker by OneSignal; Licensed under the MIT license
- Animation CSS is Animation.css; Licensed under the MIT license
- Toasts are Noty; Licensed under the MIT license
- Table formatting is DataTables; Licensed under the MIT license
- Icons from FontAwesome; Licensed under The FontAwesome Pro License
- redis - For Session caching
- pymongo - For user, server, and bot setting storage
- jinja2 - Flask Templating
- coloredlogs- Better Loging
- requests - For requests to the main bot API
- requests-oauthlib - For Discord OAuth
- flask - Webserver
- flask_session - Storing OAuth and other information
- python-dotenv - For reading enviroment variables from .env file