Run:
python scrape_sirf.py --from 01/01/2017
python scrape_sirf.py
(scrape all)
Args:
- --from (-f)
- --to (-t)
- --output (-o) (default: download)
- --verbose
Install:
- pip install requests
- pip install -U selenium
- (Chrome driver) - https://chromedriver.storage.googleapis.com/index.html?path=2.29/ (Note: Windows chromedriver is included in the project)