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

Code-Flow-Development/PyBot-Dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyBot-Dashboard

Dashboard for PyBot (https://trello.com/b/ktdWWwOh/pybot)

GitHub repo size Requires.io GitHub Codacy grade

PyBot was developed by Loco, Unity, and Puyodead1 for a school project.
PyBot Dashboard was developed by Puyodead1

3rd Party Licenses

Dependencies

  • 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