Skip to content

myles/dinesafe-toronto

Repository files navigation

DineSafe Toronto

A datasette of the City of Toronto's DineSafe data.

Commands

Scape DineSafe

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

Develop

You'll need to have Poetry, a Python packaging and dependency system, installed. Once installed you can run:

foo@bar:~$ make setup