This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"columns": [ | |
{ | |
"name": "ag_grid_key", | |
"title": { | |
"ru": "ID позиции", | |
"en": "Position ID" | |
}, | |
"tooltip": { | |
"ru": "Системный идентификатор позиции", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"items":[ | |
{ | |
"mv_bc":"-821.89450483789", | |
"underlying_id":"USD/RUB", | |
"position_date":"2020-09-16", | |
"counterparty_id":"KQX1GD", | |
"mv":"-58783.054534802", | |
"reference_instrument_id":"USD/RUB", | |
"book_id":"D04 FWD Online", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"items":[ | |
{ | |
"mv_bc":"-821.88518907809", | |
"underlying_id":"USD/RUB", | |
"position_date":"2020-09-16", | |
"counterparty_id":"KQX1GD", | |
"mv":"-58783.374422997", | |
"reference_instrument_id":"USD/RUB", | |
"book_id":"D04 FWD Online", |