/cu-location-scraper

Primary LanguagePythonMIT LicenseMIT

CU Location scraper

Scrape location data regarding CU Boulder buildings.

# basic usage
$ python3 scraper.py

# to pretty print output
$ python3 scraper.py --pretty-print

# to save to a different file
$ python3 scraper.py --outfile="my-outfile.json"