This package scrapes data from ic3.gov. The page gets raw data from https://www.ic3.gov/media/annualreport/2016State/stats?s=1
Install the dependencies >>> pip install -r requirements.txt
- s=1 correspondes to state id
- 2016state is the year the data belong
Example Getting 2016 Data as xslx
to excel
>>> python3 fetch_and_save.py -y 2016to csv
>>> python3 fetch_and_save.py -y 2016 -t csvto excel with not sheeted
>>> python3 fetch_and_save.py -y 2016 -s f