Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 1.25 KB

bury_gov_uk.md

File metadata and controls

56 lines (40 loc) · 1.25 KB

Bury Council

Support for schedules provided by Bury Council, serving Bury, UK.

Configuration via configuration.yaml

waste_collection_schedule:
    sources:
    - name: bury_gov_uk
      args:
        id: PROPERTY_ID
        postcode: POSTCODE
        address: ADDRESS

Configuration Variables

id
(string) (optional)

postcode
(string) (optional)

address
(string) (optional)

Example using UPRN

waste_collection_schedule:
    sources:
    - name: bury_gov_uk
      args:
        id: "647186"

Example using Address and Postcode

waste_collection_schedule:
    sources:
    - name: bury_gov_uk
      args:
        address: "1 Oakwood Close"
        postcode: "BL8 1DD"

How to find your PROPERTY_ID

Your PROPERTY_ID is the collection of numbers at the end of the url when viewing your collection schedule in Developer Tools on the Bury Council web site.

For example: https://www.bury.gov.uk/app-services/getPropertyById?id=647186

You have to navigate to https://www.bury.gov.uk/waste-and-recycling/bin-collection-days-and-alerts, open Dev Tools, Select Network and then input your Postcode and select your Address. The URL should appear as network traffic.