Skip to main content

Helper to get pickup times for garbage

Project description

VafabApi

A small api wrapper to handle the complexity of getting the json and converting it to a typed object.

Warning

Currently this uses a backward engineered API and could therefore break at any moment.

Installation


pip install VafabApi

Get started

How to use:

# At this point VafabMiljö does not have an official API.

from VafabApi import VafabUnafficial as Vafab



# Call with address

address = "..."

addr_id = Vafab.get_address_identifier(address).buildings[0]

print(addr_id)  # Prints the address id

addr_services = Vafab.get_service_info(addr_id)

print(addr_services)  # Prints the object containing all fetched services

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

VafabApi-0.1.0.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

VafabApi-0.1.0-py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page