Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.2 KB

sefton_gov_uk.md

File metadata and controls

43 lines (32 loc) · 1.2 KB

Sefton Council

Support for schedules provided by Sefton Council, serving the district of Sefton, UK.

Configuration via configuration.yaml

waste_collection_schedule:
    sources:
    - name: sefton_gov_uk
      args:
        postcode: Postcode
        streetname: Streetname
        house_number_or_name: House number or name

Configuration Variables

postcode
(string) (required)

streetname (string) (required)

house_number_or_name (string) (required)

Example

waste_collection_schedule:
    sources:
    - name: sefton_gov_uk
      args:
        postcode: "L20 6GF"
        streetname: "Ken Mews"
        house_number_or_name: "1"

How to find the values for arguments above

Go to the Sefton "When is my Bin Collection Day?" page - the postcode and streetname arguments are the same values you'd enter on the first page of the form. The House Number or Name value is the string/number that appears before the streetname in the dropdown on the second page - e.g. if the dropdown shows "1A Liverpool Road" you should enter "1A" as your House Number or Name value.