A python scraper for http://classutil.unsw.edu.au/
This scraper is avaliable through pip
pip3 install classutil-scraper
The scraper can be setup with the requirements.txt
pip3 install -r requirements.txt
The scraper can be invoked with python and takes one argument - the file to output to
python scrape.py <output file>
The jsonschema can be found in the docs folder. A human readable version can also be found in that directory.