TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

2 pointsby orschiroalmost 6 years ago

2 comments

ry167almost 6 years ago
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 未加载
orschiroalmost 6 years ago
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>