Skip to content

renaudb/bixistrava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bixi to Strava Uploader

Description

Simple script to upload Bixi rides within a time range to Strava.

Usage

# Create venv.
python3 -m venv .venv

# Install dependencies.
./.venv/bin/pip3 install -r requirements.txt

# Run script.
./.venv/bin/python3 -m bixistrava \
  --start-date 2021-08-25 \
  --end-date 2021-09-05 \
  --bixi-username BIXI_USERNAME \
  --bixi-password BIXI_PASSWORD \
  --bixi-account BIXI_ACCOUNT \
  --googlemaps-api-key GOOGLEMAPS_API_KEY \
  --strava-client-id STRAVA_CLIENT_ID \
  --strava-client-secret STRAVA_CLIENT_SECRET

Test

./test.sh

Lint

./lint.sh

About

Bixi to Strava activity uploader

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published