Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 526 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 526 Bytes

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