Python 3 API wrapper for Garmin Connect
Project description
python-garminconnect
Python 3 API wrapper for Garmin Connect to get activity statistics
See https://connect.garmin.com/
Usage
Create a new connection by supplying your user credentials
from garminconnect import Garmin
api = Garmin(YOUR_EMAIL, YOUR_PASSWORD)
Fetch your Garmin Connect activities data
print(api.fetch_stats())
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.1.tar.gz
(2.4 kB
view hashes)