Skip to content

Parse and convert health data after exporting it from Apple's Health app

License

Notifications You must be signed in to change notification settings

mhrstmnn/Apple_Health_Export

Repository files navigation

Parser and Converter for Apple Health Export

Scripts to parse and convert health data after exporting it from Apple's Health app

Requirements

  • A somewhat modern version of Python
  • If you want to use it in the CSV script: jq
  • Shell scripts were written for the Zsh

Installation

  • Clone this repository from GitHub
  • Then run: ./pip_install.sh

Usage

  • First export all of your health data from Apple's Health app
  • Then unpack the exported ZIP archive
  • Copy the Export.xml file to the data directory
  • Run one of the two scripts that start with parse_and_convert

Helpful

Contribute

If you find a bug, feel free to create an issue or a pull request