This repository has been archived by the owner on Sep 8, 2021. It is now read-only.
[WIP] Add a morph.io scraper to collect new councillor data contributions from PlanningAlerts #133
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This scraper would turn contributions of councillor data from PlanningAlerts into Pull Requests to this repo.
I've started this off with some pseudo code for how I think this could work https://github.com/openaustralia/australian_local_councillors_popolo/compare/planningalerts_scraper?expand=1#diff-4fa627201df14a294b00abb2a0d97fb0
What do ya think?
Note the TODO on the end, I don't think the first running PR of this needs to include that behavior, so don't worry about that for this PR.
This is part of openaustralia/planningalerts#1203
@hisayohorie feel free to jump in here and see what you think :D
Remember not to commit any Github credentials or keys if they get added, but use dotenv or something for that :D That's a nasty mistake I've made before!