Initial commit for helios-fitx

This commit is contained in:
Helios Agent 2026-02-23 01:19:50 +01:00
commit 68deb2301d
No known key found for this signature in database
GPG key ID: C8259547CD8309B5
3 changed files with 138 additions and 0 deletions

26
README.md Normal file
View file

@ -0,0 +1,26 @@
# Helios FitX Skill
Checks occupancy (Auslastung) and forecasts for FitX studios.
Uses unofficial FitX API.
## Usage
```bash
python3 fitx.py <studio_name>
```
Example:
```bash
python3 fitx.py tierpark
```
## Setup
Requires `requests` library:
```bash
pip install requests
```
## Output
Returns JSON with current occupancy percentage and forecast data.