Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/
- Host: GitHub
- URL: https://github.com/uint0/classutil-scraper
- Owner: uint0
- Created: 2018-04-22T12:02:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-03T04:48:00.000Z (over 4 years ago)
- Last Synced: 2024-08-02T05:10:15.794Z (3 months ago)
- Language: Python
- Size: 16.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.