pyaare makes it easy to access the AareGuru API in your own Python projects.
$ pip install pyaare
from pyaare.pyaare import PyAare
aare = PyAare(city="Bern")
print(aare.tempC)
print(aare.tempText)
print(aare.flow)
print(aare.flowText)
aare.refresh() # get the newest data
-
Open a issue on GitHub if you run into any problems
-
Contact me on Twitter
- API documentation