A command line tool to extract grades from Markus. Current version is limited to Markus at University of Toronto. The course listing is available here.
Dependencies
- python v3.5.2 or newer
- pip3 8.1.1 or newer
- selenium 3.13.0 or newer
Usually pip3 is pre-installed but in my case it was not.
$ sudo apt-get install python3-pip
$ pip3 install selenium
$ pip3 install .
Enter exit
at any point to exit the program.
$ markus_scraper
$ pip3 uninstall markus_scraper