Generates the midterm information for the courses required for BCS for the current term into a CSV.
-
Make sure you have Python 3 installed: https://www.python.org/downloads/
-
This script also requires the chrome Selenium geckodriver to be installed. Install the version corresponding to the Chrome version you are using: https://chromedriver.chromium.org/downloads
- You can check which version of Chrome you are by going to
chrome://version
.
-
Put the path of the downloaded chromedriver into your PATH.
-
Run
pip install -r requirements.txt
. -
Run
python3 get-course-mts.py
.