pgh-public-meetings / city-scrapers-pitt

Pittsburgh City Scrapers: sourcing public meetings in Pittsburgh
https://pgh-public-meetings.github.io/events/
MIT License
19 stars 66 forks source link

Monroeville Public Meetings scraper #202

Open will-snavely opened 3 years ago

will-snavely commented 3 years ago

A spider for Monroeville public meetings.

This implements and uses a generic Google calendar spider, which interacts with the Google calendar API.

Note that this adds the google-api-python-client dependency to the Pipfile, so the lock file updates as well with this change.

ben-nathanson commented 3 years ago

Having a little trouble running this locally (my API key is not yet checking out as valid) but I trust the automated tests. When I have time I'll try setting my own API key and everything. This looks really cool and I'm glad you made a reusable solution. Nice work!

will-snavely commented 3 years ago

Let me know if you need any help getting an API key setup