/LikeAllStrava

Give kudos to people's workouts in Strava news feed automatically and other cool features.

Primary LanguageC#

LikeAllStrava

Give kudos to people's workouts in Strava automatically.

In first run the application will ask for you login (email), password and complete name in Strava and save it encrypted in config file for next runs.

Follow more people

It is possible to follow more people with automation.

Just enter parameters followpeople with the Stava URL of the athlete in the "Following" tab, example:

LikeAllStrava followpeople https://www.strava.com/athletes/9954999/follows?type=following

In case you don't provide the URL in command line the application will request it.

Note: You must be following athete already for this feature to work properly.

Also Strava blocks following too much new people from time to time.

Try later if it doesn't work.

Congratulations comment

There is a feature to add congratulation comments for workouts.

Parameters are congratscomment "[training type]" [minimum distance-maximum distance] "[message]"

(placeholder [name] will be replaced with first name of the athlete)

The following "training type" parameters values are supported:

  • Run
  • Ride
  • Swim
  • Hike
  • Walk
  • Weight Training

Example of parameters:

congratscomment "Run" 10-100 "Congratulations for the long run [name] 🏃‍♂️😀💪!"

congratscomment "Run" 40-43 "Congratulations for the marathon [name] 🏃‍♂️😀💪!"

If minimum distance-maximum distance is 0-0 all workouts of the type provided will be considered for comments. Example for swimming distance is not considered:

congratscomment "Swim" 0-0 "Congratulations for the swimming session [name] 🏊‍♀️🏊‍♀️!"

In case you don't provide the message in command line the application will request all parameters, but in this scenario emoticons in message are not supported.

Note: Congrats message support emoticons because application uses copy+paste clipboard for automation. So your clipboard existing content will be lost when running this application.

Use it wisely

Remember that if you use too much this application you will be temporary blocked from giving kudos/following new people in the Strava platform.

There is an limit of about 100 likes/per hour. Use it wisely.

Requirements

.NET 7.0 is required to run this application.