convert gpx 2 fit activity with specified sport type, for Strava upload
pip install -r requirements.txt
cp .env.example .env
# edit .env file
python gpx_2_fit.py
sport type
- running
- cycling
- hiking
- swimming
pip install -r requirements.txt
cp .env.example .env
# edit .env file
python fit_2_strava.py
get STRAVA_CLIENT_ID
, STRAVA_CLIENT_SECRET
, STRAVA_REFRESH_TOKEN
ref: running_page#strava, step 1 ~ 6
Strava API Rate Limit Exceeded. Retry after 100 seconds
Strava API Rate Limit Timeout. Retry in 799.491622 seconds
- Upload fit to Strava
- Format Python code by black