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
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Source code of Torben's Strava Äpp hosted at <https://entorb.net/strava/>
4
4
5
-
[OpenSource](https://github.com/entorb/strava) Äpp using [Strava™'s](http://www.strava.com)[API](https://developers.strava.com/) to visualize your activity data.
5
+
[OpenSource](https://github.com/entorb/strava) Äpp using [Strava™'s](https://www.strava.com)[API](https://developers.strava.com/) to visualize your activity data.
Copy file name to clipboardexpand all lines: index.html
+10-8
Original file line number
Diff line number
Diff line change
@@ -33,14 +33,16 @@ <h1 id="top">Welcome to Torben's Strava Äpp</h1>
33
33
</h1_title>
34
34
<!-- copied from README using https://markdowntohtml.com/ -->
35
35
36
-
<p><ahref="https://github.com/entorb/strava" target="_blank">OpenSource</a> App using <ahref="http://www.strava.com" target="_blank">Strava™'s</a><ahref="https://developers.strava.com/" target="_blank">API</a> to visualize your activity data.</p>
36
+
<p><i>Update of 2025: I started to rewrite this old app in a modern technology. Check it out <ahref="/strava-streamlit">here</a>. <ahref="/contact.php?origin=strava">Feedback</a> and ideas for new reports are highly appreciated.</i></p>
37
+
38
+
<p><ahref="https://github.com/entorb/strava" target="_blank">OpenSource</a> App using <ahref="https://www.strava.com" target="_blank">Strava™'s</a><ahref="https://developers.strava.com/" target="_blank">API</a> to visualize your activity data.</p>
<a href="http://www.strava.com/oauth/authorize?client_id=28009&response_type=code&redirect_uri=https://entorb.net/strava/auth.pl?exchange_token&approval_prompt=force&scope=activity:read">read public activities</a>
122
+
<a href="https://www.strava.com/oauth/authorize?client_id=28009&response_type=code&redirect_uri=https://entorb.net/strava/auth.pl?exchange_token&approval_prompt=force&scope=activity:read">read public activities</a>
121
123
</li>
122
124
<li>
123
-
<a href="http://www.strava.com/oauth/authorize?client_id=28009&response_type=code&redirect_uri=https://entorb.net/strava/auth.pl?exchange_token&approval_prompt=force&scope=activity:read_all">read public&private activities</a> (preferred choice for statistics and Excel export of your activities)
125
+
<a href="https://www.strava.com/oauth/authorize?client_id=28009&response_type=code&redirect_uri=https://entorb.net/strava/auth.pl?exchange_token&approval_prompt=force&scope=activity:read_all">read public&private activities</a> (preferred choice for statistics and Excel export of your activities)
124
126
</li>
125
127
<li>
126
-
<a href="http://www.strava.com/oauth/authorize?client_id=28009&response_type=code&redirect_uri=https://entorb.net/strava/auth.pl?exchange_token&approval_prompt=force&scope=activity:read,activity:write">read&write public activities</a>
128
+
<a href="https://www.strava.com/oauth/authorize?client_id=28009&response_type=code&redirect_uri=https://entorb.net/strava/auth.pl?exchange_token&approval_prompt=force&scope=activity:read,activity:write">read&write public activities</a>
127
129
</li>
128
130
<li>
129
-
<a href="http://www.strava.com/oauth/authorize?client_id=28009&response_type=code&redirect_uri=https://entorb.net/strava/auth.pl?exchange_token&approval_prompt=force&scope=activity:read_all,activity:write">read&write public&private activities</a> (preferred choice if you want to modify your activities as well)
131
+
<a href="https://www.strava.com/oauth/authorize?client_id=28009&response_type=code&redirect_uri=https://entorb.net/strava/auth.pl?exchange_token&approval_prompt=force&scope=activity:read_all,activity:write">read&write public&private activities</a> (preferred choice if you want to modify your activities as well)
130
132
</li>
131
133
</ul>
132
134
-->
@@ -178,7 +180,7 @@ <h2 id="ListOfChanges">List of Changes</h2>
178
180
<h2id="UserFeedback">User feedback</h2>
179
181
<ul>
180
182
<li>2024-08-01 Gustavo: It's a super nice tool. THANK YOU!!</li>
181
-
<li>2022-12-06 Angela: Just wanted to say a huge thank you for your strava upload solution - it seems to be the only one out there. I'm super grateful to you for sharing this. </li>
183
+
<li>2022-12-06 Angela: Just wanted to say a huge thank you for your Strava upload solution - it seems to be the only one out there. I'm super grateful to you for sharing this. </li>
182
184
<li>2022-11-23 Jacob: I cannot thank you enough for this exceptionally useful tool. I was able to upload about 10 years of running data from my Garmin Connect to my Strava account. (even more blessings at <ahref="https://twitter.com/SLCPaladin/status/1595473306983231488" target="_blank">Twitter</a>)</li>
183
185
<li>2022-09-12 Ricardo: Used it to upload data from CSV created by Zepp. I am switching to Polar, so your tool was EXTREMELY helpfull. Thank you so much!! Cheers</li>
184
186
<li>2022-03-18 Claudia: besten Dank für die Strava Äpp! Genau das, was ich gesucht habe</li>
0 commit comments