Office-Stapler / handbook

A simple discord bot that takes in a course code (UNSW) and outputs information about that course.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

handbook

A simple discord bot that takes in a course code (UNSW) and outputs information about that course.

Development Setup

To start development, first clone the Git repository

git clone https://github.com/Office-Stapler/handbook.git

and then run

python3 -m venv venv
. venv/bin/activate
pip3 install -r requirements.txt

Remember to deactivate the venv later:

deactivate

Usage Setup

To run the bot, simply fill in config.json with your Discord bot token and desired trigger prefix. Then run

python3 bot.py

About

A simple discord bot that takes in a course code (UNSW) and outputs information about that course.


Languages

Language:Python 100.0%