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.
- Fork the repo
- Setup pyenv
pip install -r requirements.txt
playwright install
- Fill strava credentials inside env file
- Adjust paths in service file
- Copy service/timer to /etc/systemd/system
systemctl daemon-reload
systemctl enable --now give_kudos.timer
- Give kudos automatically!