Skip to content

Python library executable to download stream data to a CSV

License

Notifications You must be signed in to change notification settings

Sam-Lane/Strava-Stream-to-CSV

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Strava-Stream-to-CSV

Python script to download Strava API stream data directly to a CSV

#Running

  1. Install Python 2.7.12
  2. git clone [email protected]:ryanbaumann/Strava-Stream-to-CSV.git && cd Strava-Stream-to-CSV
  3. 'pip install -r requirements.txt
  4. Navigate to https://www.strava.com/settings/api#_=_, create and app, and get your API client ID and client secret.
  5. Create a new file client.secret and populate it with <clientID, client Secret> all on the same line.
  6. Open strava-to-csv.py as a text file. Update the limit variable to download the number of activities that you want.
  7. Run python strava-to-csv.py
  8. Your data will be in the CSV file in the repo base directory.

Related blog post at https://ryanbaumann.com/blog/2015/4/6/strava-api-cycling-data-for-visualization

About

Python library executable to download stream data to a CSV

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%