City-Bureau / city-scrapers-philly

City Scrapers for Philadelphia
MIT License
0 stars 1 forks source link

City Scrapers Philly

CI build status Cron build status

Repo for the City Scrapers project in Philadelphia, Pennsylvania.

See the development documentation for info how to get started.

Notes

Please note that to run the phipa_boe spider locally, you will need to do the following:

1) Get the GOOGLE_CLOUD_API_KEY from the City Bureau secrets manager or a City Bureau technology coordinator. 2) Create a .env.development file in the project root:

cp .env.development.example .env.development

3) Add the key to the file. Replace "" with the API key.

GOOGLE_CLOUD_API_KEY=<API-VALUE>