Automate me some Strava. For example, give kudos to everyone you follow. We'll click those buttons for you.
Create a .env
file with the following contents.
STRAVA_EMAIL=...
STRAVA_PASSWORD=...
Make sure you got Ruby and Firefox installed, then run the followinng.
bundle install
bundle exec ruby kudo.rb
Since there's no API to give kudos, this could be possibly against Strava terms of use, but IANAL. Use at your own risk.