π¦ ClawHub
Garmin Sync Cn To Global
by @iamtonyzhou
Sync activities from Garmin China to Garmin Global using local timestamps and distance to avoid duplicates in a one-way sync process.
π‘ Examples
# Install dependencies
pip install garthSet credentials (once, stored in ~/.config/garmin-sync/credentials.json)
garmin-sync set-credentials --email your_email --password your_passwordSync new activities from CN to Global
garmin-sync sync --new-only
βοΈ Configuration
--new-only - Only sync records newer than last sync time (recommended for cron jobs)π Tips & Best Practices
TERMINAL
clawhub install garmin-sync-cn-to-global