Skip to content

Instantly share code, notes, and snippets.

View marguslt's full-sized avatar

margusl marguslt

  • Tallinn, Estonia
View GitHub Profile
@dgvalde
dgvalde / download_workout.sh
Last active October 28, 2020 06:40
Movescount Workouts helper
#!/bin/bash
#Credits
#margusl (https://gist.github.com/marguslt)
#David (https://gist.github.com/dgvalde)
source mc_env.sh
echo "App key: $APPKEY"
echo "User key: $USERKEY"
@devalls
devalls / sports-tracker-download.js
Created December 14, 2017 21:25 — forked from anonymous/sports-tracker-download.js
Download all workouts from sports-tracker
// based entirely on this blog post:
// http://druss.co/2016/04/export-all-workouts-from-sports-tracker/
// unfortunately the original script no longer works, moslty because jQuery is
// no longer available on sports-tracker pages.
//
// I've compiled the changes proposed in the comments in the script below.
// to use the script, login to your sports-tracker account
// change URL to http://www.sports-tracker.com/diary/workout-list
// open browser console (Cmd-Shift-I)