Python 3 API wrapper for Garmin Connect
Project description
Python: Garmin Connect
[![GitHub Release][releases-shield]][releases] ![License][license-shield]
Python 3 API wrapper for Garmin Connect to get your statistics.
About
This package allows you to request your activity and health data you gather on Garmin Connect. See https://connect.garmin.com/
Installation
pip install garminconnect
Usage
import garminconnect
"""Login to portal using specified credentials"""
client = garminconnect.Garmin(YOUR_EMAIL, YOUR_PASSWORD)
"""Fetch your activities data"""
print(client.fetch_stats('2020-01-04'))
"""Fetch your logged heart rates"""
print(client.fetch_heart_rates('2020-01-04'))
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
garminconnect-0.1.3.tar.gz
(3.4 kB
view hashes)