Skip to content

Change Garmin Connect privacy settings for multiple activities (based on date range)

Notifications You must be signed in to change notification settings

zeair/gc-private

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

gc-private

Change Garmin Connect privacy settings for multiple activities (based on date range).

Requires Python 3.

usage: gcprivate.py [-h] [--version] [--username [USERNAME]]
                    [--password [PASSWORD]] [--startdate [STARTDATE]]
                    [--enddate [ENDDATE]] [--privacy [PRIVACY]]

optional arguments:  
  -h, --help            show this help message and exit    
  --version             print version and exit  
  --username [USERNAME]  
                        your Garmin Connect username (otherwise, you will be
                        prompted)  
  --password [PASSWORD]  
                        your Garmin Connect password (otherwise, you will be
                        prompted)  
  --startdate [STARTDATE]  
                        the date of the first activity to set to private (e.g.
                        2018-09-30) (otherwise, you will be prompted)  
  --enddate [ENDDATE]   the date of the last activity to set to private (e.g.
                        2018-10-30) (otherwise, you will be prompted)  
  --privacy [PRIVACY]   public, private, subscribers, groups  

Original Credits

File: gcexport.py
https://github.com/kjkjava/garmin-connect-export/

Original author: Kyle Krafka (https://github.com/kjkjava/)
Date: April 28, 2015
Fork author: Michael P (https://github.com/moderation/)
Date: February 15, 2018

About

Change Garmin Connect privacy settings for multiple activities (based on date range)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%