Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.04 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.04 KB

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