You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by shug0131 December 31, 2023
Thanks for creating this tool. I've been working out how to get the workout details by hand, so using the API for TR. Your code is a guide for doing this, but I thought it might be helpful to others to explain how to do this.
The basics are to log in to TR, and then look up in your browser a URL like
Here the tricky bit is to identify the number at the end.
This can be done by going to calendar in TR, clicking on the workout you want, (ensure it is an indoor workout) and then clicking in the top right image in the subwindow. This redirects to a url like
Discussed in #28
Originally posted by shug0131 December 31, 2023
Thanks for creating this tool. I've been working out how to get the workout details by hand, so using the API for TR. Your code is a guide for doing this, but I thought it might be helpful to others to explain how to do this.
The basics are to log in to TR, and then look up in your browser a URL like
https://www.trainerroad.com/app/api/workoutdetails/20725
Here the tricky bit is to identify the number at the end.
This can be done by going to calendar in TR, clicking on the workout you want, (ensure it is an indoor workout) and then clicking in the top right image in the subwindow. This redirects to a url like
https://www.trainerroad.com/app/cycling/workouts/20725-bald
and so the magic number you need is provided there.
Clearly, what you do with the output from the API is whole load of work to process into whatever format you want.
Maybe you could put this explanation into a FAQ or other document within your github repo?
The text was updated successfully, but these errors were encountered: