Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.32 KB

manchester_uk.md

File metadata and controls

44 lines (32 loc) · 1.32 KB

Manchester City Council

Support for schedules provided by Manchester City Council, serving the city of Manchester, UK.

Configuration via configuration.yaml

waste_collection_schedule:
    sources:
    - name: manchester_uk
      args:
        uprn: UPRN_CODE

Configuration Variables

uprn
(string) (required)

Example

waste_collection_schedule:
    sources:
    - name: manchester_uk
      args:
        uprn: "100031540175"

How to get the source argument

Easy way, using an external tool

Manual way using the browser's developer tools

  • Got https://www.manchester.gov.uk/bincollections/ and enter your postcode.
  • Open your browser's developer tools (F12 / right-click -> Inspect).
    • either open the network tab and select your address from the list and search the new POST request shown in the Network tab for the uprn value in the request payload section
    • or inspect the select element containing the addresses, the value attribute option tag containing your address is your UPRN