Scripts to parse and convert health data after exporting it from Apple's Health app
- A somewhat modern version of Python
- If you want to use it in the CSV script: jq
- Shell scripts were written for the Zsh
- Clone this repository from GitHub
- Then run:
./pip_install.sh
- First export all of your health data from Apple's Health app
- Then unpack the exported ZIP archive
- Copy the
Export.xml
file to thedata
directory - Run one of the two scripts that start with
parse_and_convert
If you find a bug, feel free to create an issue or a pull request