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.
- Host: GitHub
- URL: https://github.com/g3th/stravascrape
- Owner: g3th
- Created: 2024-03-02T03:41:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-08T06:28:18.000Z (over 2 years ago)
- Last Synced: 2025-03-05T00:27:37.384Z (over 1 year ago)
- Topics: beautifulsoup, bs4, running, scraper, selenium, strava
- Language: Python
- Homepage:
- Size: 6.78 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Strava Scrape
## A Scraper for Strava

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.