Back
Question
Asked

Automated Hevyapp workouts to WIP

Hi,

Not really a question, roast, milestone, or intro, but for those interested: I built a ruby script that creates completed WIP todos for workouts from the Hevyapp. Very straight forward; it looks for a workout from today and creates a complete todo item.

Mostly to keep the streak going when I'm not feeling it work-wise. 😅

https://github.com/smitmartijn/Hevy2WIP


Cool use case for the WIP API! I made something similar, but really the inverse of this: creates tweets out of completed WIP todos with #buildinpublic as the hashtag: github.com/bakatz/wip-to-twit…

@ben Thanks! I might just use this to increase my microblogging activity on X.

@smitmartijn Thanks! I was interested in finding out where should this be hosted? Do you still use Hevy app for your workouts?

hey, you can put it anywhere you have ruby and a cron. I put it on an existing VM that was hosting a SaaS.

And I still use Hevy, just stopped this integration from running - as I stopped caring about streaks. 😊

Thanks! I noticed I can place it in an existing cPanel hosting of mine.