Hacker News new | ask | show | jobs
by sailorganymede 539 days ago
I have built something similar except with a list of warm up exercises and with GitHub Actions.

I suppose a bank of words on a .CSV, a script which selects words, and a job triggered via a ChronJob which opens an issue does the trick. I had it so when an issue is opened, I got emailed.

The pro of this approach is you don’t have to deploy any infra. The con is that your emails never look as nice as you got it :’)