A datasette of the City of Toronto's DineSafe data.
The scrape-data
command will scrape the DineSafe JSON data and save it to a
SQLite database.
foo@bar:~$ poetry run dinesafe-toronto scrape-data dinesafe.db
You'll need to have Poetry, a Python packaging and dependency system, installed. Once installed you can run:
foo@bar:~$ make setup