Skip to content

echau01/cs221bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS221Bot

CS221Bot is a Discord bot using Discord.py for managing the official UBC CS221 class server.

Installation

Clone the repo to your computer, and ensure your Discord Bot Token is set as a environmental variable named CS221BOT_KEY.

Additionally, you will need a Piazza email + password and a Canvas API key set as environment variables to use their respective commands.

Dependencies

The bot requires the following pip packages:

  • beautifulsoup4
  • binarytree
  • cairosvg
  • canvasapi
  • chess
  • discord.py
  • piazza-api
  • Pillow
  • python-dateutil
  • python-dotenv
  • pytz
  • requests
  • webcolors

You can install all of them using pip install -r requirements.txt.

The bot also requires GraphViz, which can be installed with conda install -c anaconda graphviz

Usage

Start the bot by using python3 cs221bot.py. View the list of commands by typing !help in a server where the bot is in.

The bot's Canvas module-tracking functionality only notifies you of new published modules by default. If you want the bot to notify you when it sees a new unpublished module, run the bot with the --cnu flag, i.e. run python3 cs221bot.py --cnu. You need to have access to unpublished modules, though.

About

Fork of CS221Bot, a Discord bot for the official UBC CPSC 221 server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%