TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Service or tool where I can follow HN-ers?

2 点作者 joering2超过 3 年前
I found myself enjoying reading comments from people only to realize that most of the time its the same people over and over again. Is there any sort of "HN follow" tool or service, where I can receive daily/weekly email with all the comments made by Hacker News users I "follow" ?

3 条评论

mindcrime超过 3 年前
Not by default, but you could cobble together something yourself pretty easily. You can see a given user&#x27;s comments using something like:<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;threads?id=joering2" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;threads?id=joering2</a><p>There&#x27;s also an older thread that mentions somebody implementing something like this using the hnrss service, but I&#x27;m not sure if that&#x27;s even still up or not.<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=25058236" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=25058236</a>
kennethko超过 3 年前
You could setup an RSS reader with hnrss[0] to follow a particular user&#x27;s posts and comments. This has been working pretty well for my own purposes. From there, the frequency of your updates should be configurable by whatever RSS reader you choose.<p>[0] <a href="https:&#x2F;&#x2F;hnrss.github.io&#x2F;#user-feeds" rel="nofollow">https:&#x2F;&#x2F;hnrss.github.io&#x2F;#user-feeds</a>
rolph超过 3 年前
example URL:<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;threads?id=joering2" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;threads?id=joering2</a><p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;threads?id=FOLLOWEDUSER" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;threads?id=FOLLOWEDUSER</a><p>you can write a cron to step through a list of usernames ; pack each one into a URL; scrape it and do a sendmail