-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Monroeville Public Meetings scraper #202
base: master
Are you sure you want to change the base?
Monroeville Public Meetings scraper #202
Conversation
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! |
city_scrapers/spiders/google/cal.py
Outdated
source=self.get_source(event), | ||
) | ||
|
||
# Delegate to the base clas to set status and id |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed, thanks
Spelling
Let me know if you need any help getting an API key setup |
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.