Skip to content

jbrightuniverse/cs213bot

 
 

Repository files navigation

CS213Bot

CS213Bot is a Discord bot using Discord.py for managing the official UBC CS213 class server.

Installation

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

Dependencies

The bot requires the following pip packages:

  • discord
  • googletrans
  • matplotlib
  • numpy
  • python-dotenv
  • pytz
  • requests
  • webcolors

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

Usage

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

Credits

CS213Bot is forked from and based on CS221Bot. Check out their repo and support their development.

The sm213 language was created by Dr. Mike Feeley of the CPSC department at UBCV. Used with permission.

About

Bot for managing official UBC CPSC 213 Discord server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%