Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
m26dvd committed Jan 5, 2025
2 parents 2838da3 + be25b29 commit 3b58702
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions wiki/Councils.md
Original file line number Diff line number Diff line change
Expand Up @@ -1734,15 +1734,13 @@ Note: Follow the instructions [here](https://waste-services.kingston.gov.uk/wast

### Kirklees Council
```commandline
python collect_data.py KirkleesCouncil https://www.kirklees.gov.uk/beta/your-property-bins-recycling/your-bins -s -p "XXXX XXX" -n XX -w http://HOST:PORT/
python collect_data.py KirkleesCouncil https://www.kirklees.gov.uk/beta/your-property-bins-recycling/your-bins -s -u XXXXXXXX
```
Additional parameters:
- `-s` - skip get URL
- `-p` - postcode
- `-n` - house number
- `-w` - remote Selenium web driver URL (required for Home Assistant)
- `-u` - UPRN

Note: Pass the house number and postcode in their respective parameters. This parser requires a Selenium webdriver.
Note: Provide your UPRN. Find your UPRN using [FindMyAddress](https://www.findmyaddress.co.uk/search).

---

Expand Down

0 comments on commit 3b58702

Please sign in to comment.