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

Adding first implementation of art commission scraper #71

Closed wsnavely closed 4 years ago

wsnavely commented 4 years ago

First time adding a scraper. Thanks for any feedback.

It's worth noting that there are no new meetings available on the website currently, so this scraper will only backfill previous meetings. Maybe this is still useful because we include the links to the minutes and agenda.

Issue is here: https://github.com/bonfirefan/city-scrapers-pitt/issues/67

bonfirefan commented 4 years ago

A reminder to sync this with the upstream fork so that Travis tests will past! Also, to enable edits from maintainers!

Enable edits from maintainers!:

In the the right sidebar of your pull request, select Allow edits from maintainers. You can change these permissions at any time by unselecting this option.

Syncing your fork:

git remote add upstream https://github.com/bonfirefan/city-scrapers-pitt.git
git fetch upstream
git merge upstream/master
wsnavely commented 4 years ago

I think this is ready to go now! Everything merged in.