Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dblock/strava-motor
Automate me some Strava.
https://github.com/dblock/strava-motor
strava strava-api
Last synced: 16 days ago
JSON representation
Automate me some Strava.
- Host: GitHub
- URL: https://github.com/dblock/strava-motor
- Owner: dblock
- License: mit
- Created: 2019-01-29T14:06:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-09-11T00:02:13.000Z (about 1 year ago)
- Last Synced: 2024-10-08T23:10:39.103Z (about 1 month ago)
- Topics: strava, strava-api
- Language: Ruby
- Size: 2.89 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## What's This?
Automate me some Strava. For example, give kudos to everyone you follow. We'll click those buttons for you.
![](img/strava-kudos.gif)
### Usage
Create a `.env` file with the following contents.
```
STRAVA_EMAIL=...
STRAVA_PASSWORD=...
```Make sure you got Ruby and Firefox installed, then run the followinng.
```bash
bundle install
bundle exec ruby kudo.rb
```### Disclaimer
Since there's no API to give kudos, this could be possibly against Strava terms of use, but IANAL. Use at your own risk.
### License
[MIT License](LICENSE.md)