A machine readable dataset scraped from the Sacramento Police Department's Daily Activity Log.
deno run --allow-read=incidents.json --allow-write=incidents.json --allow-net ./scrape.ts
--days=<INT>
- set the number of days of data to scrape, defaults to 100--skip-existing=<BOOL>
- skip scraping days when we already have incidents for that date, defaults to true