How far I'll go to make an RSS feed of your website
tech.chrishardie.com
How far I'll go to make an RSS feed of your website
1–9 of 9 posts
Re: How far I'll go to make an RSS feed of your website
#2Re: How far I'll go to make an RSS feed of your website
#3Re: How far I'll go to make an RSS feed of your website
#4Isn't it time-consuming to build a scraper for every website you want to get updates from? What if the HTML is a mess and full of dynamic front-end-framework classes etc?
Re: How far I'll go to make an RSS feed of your website
#5Re: How far I'll go to make an RSS feed of your website
#6Re: How far I'll go to make an RSS feed of your website
#7Last week, I spent a couple of hours at a local hack event putting an RSS aggregator[1] together for our community. Just something fun to do.
One thing I realized when I deployed is that Substack gives a 403 if you try to read their RSS feeds from a GitHub Action. The only obvious workaround to me is to pull the content on local periodically, commit it, and then deploy. But I'd much rather have this site updating itself via GitHub Action and cron.
Have you run into this situation before?
Re: How far I'll go to make an RSS feed of your website
#8Love all of these RSS resources. Thanks for sharing! Last week, I spent a couple of hours at a local hack event putting an RSS aggregator[1] together for our community. Just something fun to do. One thing I realized when I deployed is that Substack gives a 403 if you try to read their RSS feeds from a GitHub Action. The only obvious workaround to me is to pull the content on local periodically, commit it, and then de…