No description
Find a file
2025-09-04 07:14:36 +02:00
.idea Add initial Skyz2HWA implementation. 2025-08-30 12:17:49 +02:00
.gitignore Add initial Skyz2HWA implementation. 2025-08-30 12:17:49 +02:00
hwafile.txt add missing variables 2025-09-03 20:51:00 +02:00
main.py add missing variables 2025-09-03 20:51:00 +02:00
readme.md Add initial Skyz2HWA implementation. 2025-08-30 12:17:49 +02:00
requirements.in update requirements.txt 2025-09-04 07:14:36 +02:00
requirements.txt update requirements.txt 2025-09-04 07:14:36 +02:00

Skyz2HWA

A script that converts Skyz 2.0 API output to HWA's txt format.

Installation

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

then run with

python3 main.py <API token>

if installing in a crontab, use:

*/5 * * * * cd /path/to/skyz2hwa/ && .venv/bin/python main.py <api token>