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
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