git clone https://github.com/FelixKohlhas/HealthFlux
cd HealthFlux
pip3 install -r requirements.txt
Configure
db_url = "..."
db_token = "..."
db_org = "..."
db_bucket = "apple_health"
in healthflux.py
Unpack export.zip to data/
such as this
.
└── data
└── apple_health_export
└── export.xml
Run using
python3 healthflux.py