Skip to content

spiderbites/to-planning-applications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toronto Planning Applications

This is a project of Civic Tech Toronto looking into City of Toronto development project applications.

Usage

We're currently using Python ~2.7 and MySQL.

To get the raw data for all 44 wards:

pip install requests

python scraper.py

To parse that data and insert it into a mysql db:

Create a mysql db. Change the info in the dbcfg-sample.py for your installation and rename it to dbcfg.py.

mysql -uUser -Ddbname < schema.sql

pip install MySQL-python

python parse.py

Or run both those things together with

python run.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages