From 2daa18fcffc8bd6cda5fe774ffaabcaf4ae21d04 Mon Sep 17 00:00:00 2001 From: oldnapalm <38410858+oldnapalm@users.noreply.github.com> Date: Tue, 2 Jun 2026 09:48:22 -0300 Subject: [PATCH] Add note about Strava API access --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2eb62d9..ffb432d 100644 --- a/README.md +++ b/README.md @@ -223,6 +223,7 @@ To obtain your current profile:
Strava +* __NOTE:__ as of June 2026, Strava requires an active paid subscription to access its public API. * Get CLIENT_ID and CLIENT_SECRET from https://www.strava.com/settings/api * __NOTE:__ instead of performing the steps below you can instead set the authorization callback domain of your API application to ``launcher.zwift.com`` and use the "Settings - Strava" button in the launcher window (Windows and macOS only). * Run ``scripts/strava_auth.py --client-id CLIENT_ID --client-secret CLIENT_SECRET``