Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

chmouel/python-garmin-upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

DESCRIPTION:

A simple library allow you to upload tcx file to Garmin Connect

LICENSE: BSD

EXAMPLE:

# Make sure you have MultipartPostHandler.py in your path as well
import UploadGarmin

# Create object
g = UploadGarmin()

#LOGIN
g.login("username", "password")

#UPLOAD CTX file
wId = g.upload_ctx('/tmp/a.ctx')

#Name last workout
g.name_workout(wId, "TestWorkout")

# Author
Chmouel Boudjnah <[email protected]

About

Upload your tcx file to Garmin connect from python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages