[–] ry167 7y ago ↗ If you are looking for interviews, you can use Inspect Elements Network tab to see the requests that your browser makes.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.The POST data you are looking for is something like:``` {"requests":[{"indexName":"interviews_publishedAt_desc","params":"query=&page=0&hitsPerPage=20"}]} ```--With all of that said - your best bet is to ask @csallen on Twitter or post on IH itself. [–] orschiro 7y ago ↗ That's a good first start. Thank you!
[–] orschiro 7y ago ↗ Found a workaround. Create a Google Alert for site:indiehackers.com and subscribe via RSS feed:https://www.google.com/alerts/feeds/04308699908033129398/149...
3 comments
[ 6588 ms ] story [ 531 ms ] threadThere 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.
The POST data you are looking for is something like:
``` {"requests":[{"indexName":"interviews_publishedAt_desc","params":"query=&page=0&hitsPerPage=20"}]} ```
--
With all of that said - your best bet is to ask @csallen on Twitter or post on IH itself.
https://www.google.com/alerts/feeds/04308699908033129398/149...