Skip to content

Commit

Permalink
feat: Adding Horsham District Council
Browse files Browse the repository at this point in the history
  • Loading branch information
DeclanE47 authored Dec 7, 2024
1 parent 5ce41bf commit 72e248e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions wiki/Councils.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ This document is still a work in progress, don't worry if your council isn't lis
- [Highland Council](#highland-council)
- [High Peak Council](#high-peak-council)
- [Hinckley and Bosworth Borough Council](#hinckley-and-bosworth-borough-council)
- [Horsham District Council](#horsham-district-council)
- [Hounslow Council](#hounslow-council)
- [Hull City Council](#hull-city-council)
- [Huntingdon District Council](#huntingdon-district-council)
Expand Down Expand Up @@ -1635,6 +1636,19 @@ Note: You will need to use [FindMyAddress](https://www.findmyaddress.co.uk/searc

---

### Horsham District Council
```commandline
python collect_data.py HorshamDistrictCouncil https://horsham.moderngov.co.uk/ -s -u XXXXXXXX -n XX
```
Additional parameters:
- `-s` - skip get URL
- `-u` - UPRN
- `-n` - house number

Note: Horsham needs to be passed both a UPRN and a USRN to work. Find these on [FindMyAddress](https://www.findmyaddress.co.uk/search) or [FindMyStreet](https://www.findmystreet.co.uk/map).

---

### Hounslow Council
```commandline
python collect_data.py HounslowCouncil https://www.hounslow.gov.uk/info/20272/recycling_and_waste_collection_day_finder -s -u XXXXXXXX -p "XXXX XXX" -n XX -w http://HOST:PORT/
Expand Down

0 comments on commit 72e248e

Please sign in to comment.