Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
m26dvd committed Jan 15, 2025
2 parents f58c812 + 5ce842a commit 35cac4d
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 @@ -242,6 +242,7 @@ This document is still a work in progress, don't worry if your council isn't lis
- [Stratford Upon Avon Council](#stratford-upon-avon-council)
- [Stroud District Council](#stroud-district-council)
- [Sunderland City Council](#sunderland-city-council)
- [Surrey Heath Borough Council / Joint Waste Solutions](#surrey-heath-borough-council-/-joint-waste-solutions)
- [Swale Borough Council](#swale-borough-council)
- [Swansea Council](#swansea-council)
- [Swindon Borough Council](#swindon-borough-council)
Expand Down Expand Up @@ -3074,6 +3075,19 @@ Note: Provide your house number (without quotes) and postcode (wrapped in double

---

### Surrey Heath Borough Council / Joint Waste Solutions
```commandline
python collect_data.py SurreyHeathBoroughCouncil https://asjwsw-wrpsurreyheathmunicipal-live.whitespacews.com/ -s -p "XXXX XXX" -n XX
```
Additional parameters:
- `-s` - skip get URL
- `-p` - postcode
- `-n` - house number

Note: Provide your house number in the `house_number` parameter and postcode in the `postcode` parameter.

---

### Swale Borough Council
```commandline
python collect_data.py SwaleBoroughCouncil https://swale.gov.uk/bins-littering-and-the-environment/bins/collection-days -s -p "XXXX XXX" -n XX -w http://HOST:PORT/
Expand Down

0 comments on commit 35cac4d

Please sign in to comment.