/min_renovasjon_py

A Python API for Min Renovasjon

Primary LanguagePythonApache License 2.0Apache-2.0

IN DEVELOPMENT

Min Renovasjon Python API

Python 3 API for Min Renovasjon.

Installation

pip install min-renovasjon

Example

from min_renovasjon import MinRenovasjon

search_string = "Jonas Lies gate 22, 200 Lillestrøm"
ren = MinRenovasjon(search_string)

Norwegian street names often contains the word veg/vei (it means road in English). This package handles this automatically, so a lookup for Hageveien or Hagevegen should give the same result.

# Fractions
ren.fractions()

# Next waste collections
ren.waste_collections()