Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 419 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 419 Bytes

cmhc-scraper

Scraper for CMHC Housing Market Information Portal

CircleCI Status: CircleCI

Requirements: Python 3.5+ Virtual environment recommended

To install:

pip install -r requirements.txt

To use:

cd cmhc
scrapy crawl stats -o output.json

To run tests:

make test