Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.06 KB

southkesteven_gov_uk.md

File metadata and controls

32 lines (23 loc) · 1.06 KB

South Kesteven District Council

Support for schedules provided by South Kesteven District Council

Configuration via configuration.yaml

waste_collection_schedule:
    sources:
    - name: southkesteven_gov_uk
      args:
        address_id: ADDRESS_ID

Configuration Variables

address_id
(int|string) (required)

Example

waste_collection_schedule:
    sources:
    - name: southkesteven_gov_uk
      args:
        address_id: "33399"

How to find your address_id

Go to the South Kesteven bin collection website and open search for your address. Either inspect the page where you would select your address (after postcode search) where you can find the address_id as value of the value attribute of the option tag containing your address. Alternatively, you can switch to the network tab of your browser's developer tools and click on "View your bin days" to see the request to the server. The address_id is in the payload of the request.