Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 536 Bytes

File metadata and controls

29 lines (23 loc) · 536 Bytes

classutil-scraper

A python scraper for http://classutil.unsw.edu.au/

Installation

This scraper is avaliable through pip

pip3 install classutil-scraper

Setup

The scraper can be setup with the requirements.txt

pip3 install -r requirements.txt

Usage

The scraper can be invoked with python and takes one argument - the file to output to

python scrape.py <output file>

Output Schema

The jsonschema can be found in the docs folder. A human readable version can also be found in that directory.