Skip to content

A Python tool to automatically give Strava Kudos to recent activities on your feed.

License

Notifications You must be signed in to change notification settings

bin101/strava-kudos

 
 

Repository files navigation

Strava Kudos Giver 👍👍👍

Originally from isaac-chung which supports an run env via github workflows. Modified to run via systemd timer locally on a server.

A Python tool to automatically give Strava Kudos to recent activities on your feed. There are a few repos that uses JavaScript like strava-kudos-lambda and strava-kudos.

🏃 Usage

  1. Fork the repo
  2. Setup pyenv
  3. pip install -r requirements.txt
  4. playwright install
  5. Fill strava credentials inside env file
  6. Adjust paths in service file
  7. Copy service/timer to /etc/systemd/system
  8. systemctl daemon-reload
  9. systemctl enable --now give_kudos.timer
  10. Give kudos automatically!

About

A Python tool to automatically give Strava Kudos to recent activities on your feed.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%