Skip to content

myles/doorsopen-toronto

Repository files navigation

DoorsOpen Toronto

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

Commands

Scape DoorsOpen

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

Develop

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

foo@bar:~$ make setup