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