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

[WIP] 7 spider pitt housing #111

Closed wsnavely closed 3 years ago

wsnavely commented 4 years ago

Issue here: https://github.com/pgh-public-meetings/city-scrapers-pitt/issues/7

This is initial; I have initial tests passing, but might want to add some features, like downloading agendas.

bonfirefan commented 3 years ago

Hey there - try syncing your updates to latest with

git fetch upstream
git merge upstream/master

and delete the travis file. You may have some pipfile and pipfile lock conflicts - try to keep the changes from upstream with git checkout --theirs -- <filename> on any merge conflicts.

wsnavely commented 3 years ago

I am using a different fork now, and will reopen a PR from there,