-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #499 from robbrad/fix_broken_councils
191_fixingbroken_councils
- Loading branch information
Showing
8 changed files
with
343 additions
and
256 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,8 +42,11 @@ | |
}, | ||
"BexleyCouncil": { | ||
"skip_get_url": true, | ||
"uprn": "[email protected]", | ||
"url": "https://www.bexley.gov.uk/", | ||
"url": "https://mybexley.bexley.gov.uk/service/When_is_my_collection_day", | ||
"web_driver": "http://selenium:4444", | ||
"postcode": "DA5 3AH", | ||
"uprn": "100020196143", | ||
"house_number":"1 Dorchester Avenue, Bexley", | ||
"wiki_name": "Bexley Council", | ||
"wiki_note": "In order to use this parser, you will need to sign up to [Bexley's @Home app](https://www.bexley.gov.uk/services/rubbish-and-recycling/bexley-home-recycling-app/about-app) (available for [iOS](https://apps.apple.com/gb/app/home-collection-reminder/id1050703690) and [Android](https://play.google.com/store/apps/details?id=com.contender.athome.android)).\nComplete the setup by entering your email and setting your address with postcode and address line.\nOnce you can see the calendar, you _should_ be good to run the parser.\nJust pass the email you used in quotes in the UPRN parameter.\n" | ||
}, | ||
|
@@ -58,10 +61,11 @@ | |
"BoltonCouncil": { | ||
"skip_get_url": true, | ||
"postcode": "BL1 5PQ", | ||
"uprn": "100010886949", | ||
"uprn": "100010886936", | ||
"url": "https://carehomes.bolton.gov.uk/bins.aspx", | ||
"wiki_name": "Bolton Council", | ||
"wiki_note": "To get the UPRN, you will need to use [FindMyAddress](https://www.findmyaddress.co.uk/search). Previously required single field that was UPRN and full address, now requires UPRN and postcode as separate fields." | ||
"wiki_note": "To get the UPRN, you will need to use [FindMyAddress](https://www.findmyaddress.co.uk/search). Previously required single field that was UPRN and full address, now requires UPRN and postcode as separate fields.", | ||
"web_driver": "http://selenium:4444" | ||
}, | ||
"BristolCityCouncil": { | ||
"skip_get_url": true, | ||
|
@@ -73,7 +77,8 @@ | |
"url": "https://recyclingservices.bromley.gov.uk/waste/6087017", | ||
"wiki_command_url_override": "https://recyclingservices.bromley.gov.uk/waste/XXXXXXX", | ||
"wiki_name": "Bromley Borough Council", | ||
"wiki_note": "Follow the instructions [here](https://recyclingservices.bromley.gov.uk/waste) until the \"Your bin days\" page then copy the URL and replace the URL in the command." | ||
"wiki_note": "Follow the instructions [here](https://recyclingservices.bromley.gov.uk/waste) until the \"Your bin days\" page then copy the URL and replace the URL in the command.", | ||
"web_driver": "http://selenium:4444" | ||
}, | ||
"BroxtoweBoroughCouncil": { | ||
"postcode": "NG16 2LY", | ||
|
@@ -104,8 +109,9 @@ | |
"postcode": "OL14 7EX", | ||
"skip_get_url": true, | ||
"uprn": "010035034598", | ||
"url": "https://www.calderdale.gov.uk/", | ||
"wiki_name": "Calderdale Council" | ||
"url": "https://www.calderdale.gov.uk/environment/waste/household-collections/collectiondayfinder.jsp", | ||
"wiki_name": "Calderdale Council", | ||
"web_driver": "http://selenium:4444" | ||
}, | ||
"CannockChaseDistrictCouncil": { | ||
"postcode": "WS15 1JA", | ||
|
@@ -125,7 +131,8 @@ | |
"skip_get_url": true, | ||
"uprn": "4525", | ||
"url": "https://apps.castlepoint.gov.uk/cpapps/index.cfm?fa=wastecalendar", | ||
"wiki_name": "Castlepoint District Council" | ||
"wiki_name": "Castlepoint District Council", | ||
"web_driver": "http://selenium:4444" | ||
}, | ||
"CharnwoodBoroughCouncil": { | ||
"url": "https://my.charnwood.gov.uk/location?put=cbc10070067259&rememberme=0&redirect=%2F", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.