Skip to content
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

feat: Add Mid and East Antrim Council #428

Closed
wants to merge 12 commits into from
Prev Previous commit
Next Next commit
Update input.json
Add Mid and East Antrim
PhilDB-cloud authored Nov 14, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 5f38c7d509f1bd1fcc62f7cc110584b786913691
10 changes: 9 additions & 1 deletion uk_bin_collection/tests/input.json
Original file line number Diff line number Diff line change
@@ -324,6 +324,14 @@
"wiki_name": "Merton Council",
"wiki_note": "Follow the instructions [here](https://myneighbourhood.merton.gov.uk/Wasteservices/WasteServicesSearch.aspx) until you get the \"Your recycling and rubbish collection days\" page then copy the URL and replace the URL in the command (the Address parameter is optional)."
},
"MidAndEastAntrimBoroughCouncil": {
"postcode": "100 Galgorm Road",
"skip_get_url": true,
"url": "https://www.midandeastantrim.gov.uk/resident/waste-recycling/collection-dates/",
"web_driver": "http://selenium:4444",
"wiki_name": "Mid and East Antrim Borough Council",
"wiki_note": "Pass the house name/number plus the name of the street with the postcode parameter, wrapped in double quotes. Check the address in the web site first. This version will only pick the first SHOW button returned by the search or if it is fully unique. The search is not very predictable (e.g. house number 4 returns 14,24,4,44 etc.)."
},
"MidSussexDistrictCouncil": {
"house_number": "OAKLANDS",
"postcode": "RH16 1SS",
@@ -668,4 +676,4 @@
"url": "https://waste-api.york.gov.uk/api/Collections/GetBinCollectionDataForUprn/",
"wiki_name": "York Council"
}
}
}