puregym-attendance is a Python client to query the PureGym Mobile API for live gym attendance statistics.
client = PuregymAPIClient()
client.login([username], [pin])
print(client.get_gym_attendance())
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.