Note: This is a one-and-done project. It will not be maintained except for bug fixes. Hopefully, it continues to work. If any bugs are found, feel free to submit an Issue/PR.
- Install Python 3.6 or higher
- Install the required packages with
pip install -r requirements.txt
- Create a Discord bot and get its token
- Create a Webhook and get its URL
- Copy
.env.example
to.env
and fill in the values - Run
python discord-bot.py
/add_course SEMESTER YEAR SUBJECT NUMBER
- Add a course to monitor/remove_course SEMESTER YEAR SUBJECT NUMBER
- Remove a course from monitoring/list_courses
- List all courses being monitored