Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 649 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 649 Bytes

Get Course Midterm Script

Generates the midterm information for the courses required for BCS for the current term into a CSV.

Running the script

  1. Make sure you have Python 3 installed: https://www.python.org/downloads/

  2. 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.
  1. Put the path of the downloaded chromedriver into your PATH.

  2. Run pip install -r requirements.txt.

  3. Run python3 get-course-mts.py.