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:
export const hnFollow = hnFollowApp([
  "pg",
  "sama",
  "geoff",
  "stevewoz",
  "tlb",
  "harj",
  "alankay",
  "worrydream",
  "norvig",
  "dalton",
  "mwseibel",
  "katm",
  "brianchesky",
  "dang",
]);
Migrated from folder: IMPORTANT/HNFollowApp/hnFollowApp