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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Anyone can help me create a RSS feed for indiehackers.com?

2 点作者 orschiro将近 6 年前

2 条评论

ry167将近 6 年前
If you are looking for interviews, you can use Inspect Elements Network tab to see the requests that your browser makes.<p>There is a POST request to Algolia (search provider, same as HN) that you could take and re-create in your own system to generate the RSS feed.<p>The POST data you are looking for is something like:<p>``` {&quot;requests&quot;:[{&quot;indexName&quot;:&quot;interviews_publishedAt_desc&quot;,&quot;params&quot;:&quot;query=&amp;page=0&amp;hitsPerPage=20&quot;}]} ```<p>--<p>With all of that said - your best bet is to ask @csallen on Twitter or post on IH itself.
评论 #20014194 未加载
orschiro将近 6 年前
Found a workaround. Create a Google Alert for site:indiehackers.com and subscribe via RSS feed:<p><a href="https:&#x2F;&#x2F;www.google.com&#x2F;alerts&#x2F;feeds&#x2F;04308699908033129398&#x2F;14973825594480071123" rel="nofollow">https:&#x2F;&#x2F;www.google.com&#x2F;alerts&#x2F;feeds&#x2F;04308699908033129398&#x2F;149...</a>