Skip to content

mchenco/Libre-to-Apple-Health

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Export blood glucose data from LibreView to Apple Health

Converts a CSV export of blood sugar levels from LibreView into a format that can be imported into the Apple Health app with an iOS shortcut

yay more quantified self data

Forked updates

  • import/export .csv locally in Downloads folder
  • different timestamp format
  • Apple Health shortcut to import data (free) instead of Health CSV Importer
    • Watch out for units of measure, I had to export in mmol/L and input into Apple Health in mg/dL so I multiplied by 18.0182 in the shortcut but you can do the math

This is just a tweaked fork from https://github.com/shrugalic and u/Blue_Matter! See original repo for more detailed instructions.

TL;DR

  1. Export LibreView data into Downloads folder
  2. Download conversion script
  3. Run python3 convert_LV_export.py
  4. See outputted CSV in Downloads folder
  5. Airdrop to Files app on iPhone
  6. Add shortcut and run

About

Converts a CSV export from LibreView.com into a format that can be imported into the Apple Health app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%