|
|
|
|
|
by dylburger
2487 days ago
|
|
A lot of people on this thread wanted a true "Google Alerts" tool that notifies you when a post on HN contains a given keywords in the title. I agree, so I forked the workflow and created my own that does this: https://pipedream.com/@dylburger/google-alerts-for-hacker-ne... . The README explains how it works in detail, but you can modify the KEYWORDS constant at the top of the Node.js code step to receive alerts for any keywords you'd like. Then, on the schedule you specify (e.g. every 30 minutes), this hits the HN API and sends you a Slack message with the story link. Let me know if y'all have any feedback on this, happy to modify it to suit specific needs. If you know Node, you can fork and run a copy yourself and modify it however you'd like, too. |
|