File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -876,16 +876,12 @@ Note: Pass the UPRN and postcode. To get the UPRN, you can use [FindMyAddress](h
876
876
877
877
### Buckinghamshire
878
878
``` commandline
879
- python collect_data.py BuckinghamshireCouncil https://iapp.itouchvision.com/iappcollectionday/collection-day -u XXXXXXXX
879
+ python collect_data.py BuckinghamshireCouncil https://www.buckinghamshire.gov.uk/waste-and-recycling/find-out-when-its-your-bin-collection/ -u XXXXXXXX
880
880
```
881
881
Additional parameters:
882
882
- ` -u ` - UPRN
883
883
884
884
Note: Pass the UPRN. You can find it using [ FindMyAddress] ( https://www.findmyaddress.co.uk/search ) .
885
- ```
886
-
887
-
888
- Note: Pass the house name/number and postcode in their respective arguments, both wrapped in quotes.
889
885
890
886
---
891
887
@@ -2866,21 +2862,21 @@ Note: Pass the UPRN. You can find it using [FindMyAddress](https://www.findmyadd
2866
2862
2867
2863
### Northumberland
2868
2864
``` commandline
2869
- python collect_data.py NorthumberlandCouncil https://www .northumberland.gov.uk/Waste/Household-waste/Household-bin-collections/Bin-Calendars.aspx -s -p "XXXX XXX" -n XX -w http://HOST:PORT/
2865
+ python collect_data.py NorthumberlandCouncil https://bincollection .northumberland.gov.uk/postcode -s -u XXXXXXXX - p "XXXX XXX" -w http://HOST:PORT/
2870
2866
```
2871
2867
Additional parameters:
2872
2868
- ` -s ` - skip get URL
2869
+ - ` -u ` - UPRN
2873
2870
- ` -p ` - postcode
2874
- - ` -n ` - house number
2875
2871
- ` -w ` - remote Selenium web driver URL (required for Home Assistant)
2876
2872
2877
- Note: Pass the house number and postcode in their respective parameters. This parser requires a Selenium webdriver .
2873
+ Note: Pass the UPRN. You can find it using [ FindMyAddress ] ( https://www.findmyaddress.co.uk/search ) .
2878
2874
2879
2875
---
2880
2876
2881
2877
### Norwich
2882
2878
``` commandline
2883
- python collect_data.py NorwichCityCouncil https ://bnr-wrp.whitespacews.com -p "XXXX XXX" -n XX
2879
+ python collect_data.py NorwichCityCouncil hhttps ://bnr-wrp.whitespacews.com -p "XXXX XXX" -n XX
2884
2880
```
2885
2881
Additional parameters:
2886
2882
- ` -p ` - postcode
You can’t perform that action at this time.
0 commit comments