Discord bot that can upload the json file of the timetable, screenshot of the timetable, and the differences between the previous timetable and the current timetable.
These instructions will guide you how to set up and run the program.
Requirements for the software
To get the development environment running, you'll have to enter the directory and run the cmd in Command Prompt:
pip install -r requirements.txt
Afterwards you create a .env file with the following:
.env
TOKEN=(OAuth token from discord bot)
HASH=(Secret string to prevent users from editing channel topic)
Lastly, you run the main.py script:
py src\main.py
Result in the Command Prompt:
INFO discord.client logging in using static token
INFO discord.gateway Shard ID None has connected to Gateway (Session ID: ...).
We have logged in as abcd#1234
- Creative Commons - Used to choose the license
- Chi Huu Huynh - Created the IT Carlow Timetable Parser Bot - HuuChiHuynh
- Billie Thompson - Provided README Template - PurpleBooth
This project is licensed under the MIT License MIT License - see the LICENSE file for details