Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 1.38 KB

README.md

File metadata and controls

28 lines (24 loc) · 1.38 KB

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