Skip to content

Code-Flow-Development/PyBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyBot

Python Discord bot for Special Interest Project

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

Dependencies

  • flask - API Server
  • pyncal - Required for music features
  • youtube_dl - Required for music features
  • PRAW (Python Reddit API Wrapper) - Used by meme comamnd for retrieving memes from reddit
  • timeago - Used to format amount of time since x
  • coloredlogs - Used for better logging
  • verboselogs - Used for adding success messages to coloredlogs
  • discord.py - Main discord wrapper
  • python-dotenv - Used for reading enviroment variables from .env file
  • pymongo - Used for storing user, server, and bot settings
  • requests - Used for interacting with the dashboard
  • flask_session - Used for storing OAuth and other information
  • requests_oauthlib - Used for Discord OAuth2
  • bitcoin-price-api - Used for getting bitcoin prices from different exchanges
  • profanityfilter - Used by the profanity filter module