Skip to content

Commit f73353b

Browse files
committed
docs: Update Councils.md from input.json
1 parent 5b67cf5 commit f73353b

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

wiki/Councils.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -876,16 +876,12 @@ Note: Pass the UPRN and postcode. To get the UPRN, you can use [FindMyAddress](h
876876

877877
### Buckinghamshire
878878
```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
880880
```
881881
Additional parameters:
882882
- `-u` - UPRN
883883

884884
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.
889885

890886
---
891887

@@ -2866,21 +2862,21 @@ Note: Pass the UPRN. You can find it using [FindMyAddress](https://www.findmyadd
28662862

28672863
### Northumberland
28682864
```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/
28702866
```
28712867
Additional parameters:
28722868
- `-s` - skip get URL
2869+
- `-u` - UPRN
28732870
- `-p` - postcode
2874-
- `-n` - house number
28752871
- `-w` - remote Selenium web driver URL (required for Home Assistant)
28762872

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).
28782874

28792875
---
28802876

28812877
### Norwich
28822878
```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
28842880
```
28852881
Additional parameters:
28862882
- `-p` - postcode

0 commit comments

Comments
 (0)