Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/uint0/classutil-scraper

A python scraper for http://classutil.unsw.edu.au/
https://github.com/uint0/classutil-scraper

Last synced: 1 day ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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 Schema
---
The jsonschema can be found in the docs folder. A human readable version can also be found in that directory.