Add this bot to your discord server
- Install Python here.
- Install packages, you might need to install pip here
pip install selenium pip install pandas pip install discord pip install python-dotenv pip install networkx pip install matplotlib
- Download the correct version of chromedriver for your system here.
- Chromedriver must be the same version as chrome on your device
- Linux chromedriver for chrome is included in this repository but may be out of date
- Follow this guide to make a discord application and create your .env file.
- Run Scrape.py to update the courses.csv file with current courses.
- This can take around 20 minutes to scrape all the data
- Run CourseBot.py to run the bot.