An open API service indexing awesome lists of open source software.

https://github.com/g3th/stravascrape

Scraper for Strava activities, for nerds who value their longevity.
https://github.com/g3th/stravascrape

beautifulsoup bs4 running scraper selenium strava

Last synced: about 1 month ago
JSON representation

Scraper for Strava activities, for nerds who value their longevity.

Awesome Lists containing this project

README

          

# Strava Scrape
## A Scraper for Strava

![Alt text](assets/pic.png "Strava Scrape on Ealing Abbey")

Scrapes data from the popular physical exercise (often a forbidden word pairing among coding enthusiasts) platform using Selenium and Beautiful Soup. Does not use their api. Why? Because I can take what I want without your permission or an api-key kid, as Google has been doing for years without consequence.

Currently using Chromedriver for Chrome Version 102. Downgrade if necessary.

Includes a user Interface. A Strava account is required; although premium isn't necessary, the user you wish to scrape must have a public profile.

User will need to:

1) Login and create a persistent cookie
2) Enter a public athlete page

Once ```cookie.json``` exists in ```data``` folder, it will login automatically upon each session. If you wish to reset the cookie, just delete 'cookies.json' in the main program folder.