Initial commit for helios-fitx
This commit is contained in:
commit
68deb2301d
3 changed files with 138 additions and 0 deletions
26
README.md
Normal file
26
README.md
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue