frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Hackernewsd – Automate monitoring topics on Hacker News

https://github.com/somegenericdev/hackernewsd
1•somegenericdev•2h ago
Hello everyone.

I've built a daemon to automate monitoring topics on Hackernews. It takes a list of queries (say, "Ruby", "C#" or "Laravel" for example) and exposes stories that match them through an RSS feed.

I've made this for my own purposes really but given that it's worked well for about a year I thought I'd share it here for anyone who might be interested.

Comments

compressedgas•2h ago
Don't scrape. Use the API: https://github.com/HackerNews/API
somegenericdev•1h ago
Thanks, I didn't even realize this was a thing. I'll definitely switch to this ASAP.