klioncrm.blogg.se

Export strava to goldencheetah
Export strava to goldencheetah










export strava to goldencheetah
  1. #Export strava to goldencheetah software#
  2. #Export strava to goldencheetah code#
  3. #Export strava to goldencheetah zip#
  4. #Export strava to goldencheetah download#

The following section explains in detail what the rest of the script does. Reference to your Garmin Connect export folder:.Reference to your Garmin Connect export script folder:.Reference to your Athletelibrary folder:.Reference to your GoldenCheetah backup folder:.Set your number of past activities to export from Garmin Connect:.Mygarminpassword=“yourgarminconnectpassword“ Mv $mygarminconnectexportsfolder/*.fit $mygarminconnectexportsfolder/$todaysyear/

export strava to goldencheetah

Mkdir $mygarminconnectexportsfolder/$todaysyear/

#Export strava to goldencheetah zip#

Zip -r -9 -x ~/GoogleDrive/Sport/GoldenCheetah/AthleteLibrary/Johannes/cache/\* ~/GoogleDrive/Sport/GoldenCheetah/AthleteLibrary/Johannes/imports/\* -o $mybackupfolder/"$todaysdate".zip $myathletelibraryfolder # Zips entire athleteslibrary folder and backups on daily basis ] & exit 1 || return 1 # handle exits from shell or function but don't exit interactive shell # Cleaning json as not used and required for backup #Įcho -Įcho - ACTION REQUIRED. Python $mygarminconnectexportscriptfolder/gcexport.py -d $mygarminconnectexportsfolder -c "$mynumberofexports" -f original -u -username "$mygarminusername" -password "$mygarminpassword" # Export activities from Garmin Connect # Mygarminconnectexportsfolder=(~/GoogleDrive/Sport/GoldenCheetah/GarminConnectExports/Johannes/) # My Garmin Connect exported activity folder Mygarminconnectexportscriptfolder=(~/GoogleDrive/Sport/GoldenCheetah/GarminConnectScript/) Myathletelibraryfolder=(~/Documents/GoldenCheetah/AthleteLibrary/Johannes/) Mybackupfolder=(~/GoogleDrive/Sport/GoldenCheetah/Backup/) # My number of past activities to export from Garmin Connect. Close it.Ĭopy content, paste content and save as sport.sh file. Go to Preference > General > Tab: auto imports. It will re-create all subfolders in the new athlete directory. If you have to create your athlete again.Change Golden Cheetahs athletes directory to the folder you just created:.

#Export strava to goldencheetah software#

And another one for your exports from Garmin Connect to auto-import them to Golden Cheetah: ~/GoogleDrive/Sport/Garmin/Johannes/Ĭonfiguring our awesome performance software step by step.Another one for your Golden Cheetah Athletes Library: ~/Documents/GoldenCheetah/AthleteLibrary/Johannes/.One folder for your backups: ~/GoogleDrive/Sport/GoldenCheetah/Backup/.If you decide to create these folders in your preferred cloud storage, for example a Google Drive, they get synced automatically in the background from your local client to your cloud storage. įollow these steps for the initial configuration.

#Export strava to goldencheetah download#

If it did not yet happen you need to download the following: The latter would not make any difference to a Dropbox, Box.com or another typical cloud storage. Additional to that my preferred cloud storage is Google Drive.

#Export strava to goldencheetah code#

„Shell scripting is perfect for creating small pieces of code that connect other tools together.“ Toolingīefore we are diving into details some insights on my tooling: Mac user, running their latest OSX. With a bit more experience, you become comfortable riding them around…“ Awesome! For the rest I totally agree. Download, archive, backup, auto-import!Īpple claims writing a shell script is like riding a bike: „You fall off and scrape your knees a lot at first. As Garmin does also not offer alternatives the chances for a new Golden Cheetah feature are really low.īut there are tons of alternatives and workarounds.Golden Cheetah is an open source application and there might be no chance of any payment to Garmin for its use at all.Garmin charges an expensive one-time administrative fee to cover their extensive engineering and server support they require for running the Connect program.You are a runner, cyclist or triathlete? You love Golden Cheetah? You track your activities with Garmin devices? You want to download all of them from Garmin Connect? You want to archive, cloud-backup and import automatically into Golden Cheetah? Alright, where is the problem?!? Rise a feature request and ask for new Golden Cheetah functionality! But exactly this is easier said than done:












Export strava to goldencheetah