/import-garmin-connect

Import Garmin Connect data into InfluxDB

Primary LanguagePythonMIT LicenseMIT

Import Garmin Connect data into InfluxDB

Idea taken from Ithasu’s blog, converted it to Python and added the writing to InfluxDB.

What it does

Imports various data sources from your Garmin Connect profile into a InfluxDB database.

Usage

import_garmin_connect --user USER --password PASSWORD --profile NAME

For more detailed arguments see --help

Requirements

  • Python 3.7+
  • influxdb
  • requests