Skip to content

eliabieri/pylorauna

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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