Skip to content

A command line tool to extract grades from Markus

Notifications You must be signed in to change notification settings

zonggen/markus_scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

markus_scraper

Python Version Platforms

markus_scraper

Description

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.

Install

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 .

Usage

Enter exit at any point to exit the program.
$ markus_scraper

Uninstall

$ pip3 uninstall markus_scraper