The in-house discord bot, designed by the Monash Association of Coding (MAC). It can give information on unit requisites.
- Partially inspired CSESoc's discord bot
- The past MAC committee, especially Sid for assisting with scraping information
Contributions are always welcome! Create an issue, with a pull request if you have an addition, bug fix or something else.
Feel free to set up a virtual environment, or otherwise. Then install the required requisites:
pip install -r requirements.txt
To run this project, you will need to add a Discord application token to your .env
file.
token=....
Note that this token requires the bot
scope, in addition to general message reading permissions when inviting it. Additionally, grant it all three types of privileged gateway intents.
After installing the required libraries and inserting your token, simply run the bot.py
file, and invite it as needed.
-
Add Specialisations for querying
-
Add Courses for querying
-
Add job search functionality from certain companies
- @mtshin123: Primary contributor
- @saikumarmk: Secondary contributor