This repository has been archived by the owner on Dec 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
chmouel/python-garmin-upload
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published