HN Follow lets you follow authors on Hacker News, and get email notifications when they post. It was inspired by alerthn.com and hnreplies.com.
Create a cron val with the a list of the people you want to follow in a JS array, like so:
Create valexport const hnFollow = hnFollowApp([ "pg", "sama", "geoff", "stevewoz", "tlb", "harj", "alankay", "worrydream", "norvig", "dalton", "mwseibel", "katm", "brianchesky", "dang", ]);
https://esm.town/v/rodrigotello/hnFollowApp
<script type="module" src="https://esm.town/v/rodrigotello/hnFollowApp"></script>