Repo for the City Scrapers project in Philadelphia, Pennsylvania.
See the development documentation for info how to get started.
Please note that to run the phipa_boe
spider locally, you will need to do the following:
- Get the
GOOGLE_CLOUD_API_KEY
from the City Bureau secrets manager or a City Bureau technology coordinator. - Create a
.env.development
file in the project root:
cp .env.development.example .env.development
- Add the key to the file. Replace "" with the API key.
GOOGLE_CLOUD_API_KEY=<API-VALUE>