eliabieri / pylorauna

Python API wrapper for the API of Sauna Lorrainebad

Home Page:https://pypi.org/project/pylorauna/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sauna Lorrainebad API Wrapper 🧖🏽‍♀️

In Bern, CH there's a super sweet sauna down at the Aare.
Their current capacity can be seen on their website or through this little API wrapper.

Example usage

from pylorauna.lorauna import LoraunaClient

client = LoraunaClient()
data = client.get_data()
print(data.capacity_message)
# $ Mir hei no bis Endi Oktober Summerpouse.

Installation

pip install pylorauna

About

Python API wrapper for the API of Sauna Lorrainebad

https://pypi.org/project/pylorauna/

License:MIT License


Languages

Language:Python 100.0%