Show HN: RSS feeds for arbitrary websites using CSS selectors
101–110 of 134 posts
Re: Show HN: RSS feeds for arbitrary websites using CSS selectors
#102Thank you, will try it out. Two things I am using: Twitter to RSS: https://github.com/RSS-Bridge/rss-bridge Arbitrary RSS feeds: https://feedity.com
We've since rebranded to New Sloth: https://newsloth.com, which is now a simple integrated feed builder, reader and clusterer/deduplicator, specially aimed for knowledge workers with hundreds and thousands of feeds to monitor daily.
Besides visual selector-based feed generation, our API can auto-magically detect relevant selectors (in most cases) as well.
Re: Show HN: RSS feeds for arbitrary websites using CSS selectors
#103Couldn't those selectors be maintained by the community? Instead of everyone deploying this on their own GitHub Actions, and having to fix it independently when it breaks, a single repo with all kinds of feeds maintained by everyone?
Why would a project on GitLab be running GitHub Actions? The project's doc acknowledges that git is distributed and can run an automation script of the user's choice of environment, and so should our language match this rather than implicitly endorsing a centralized service.
Re: Show HN: RSS feeds for arbitrary websites using CSS selectors
#104Re: Show HN: RSS feeds for arbitrary websites using CSS selectors
#105I would love to have an RSS feed for stock quotes that works by scraping Google finance. A lot of people would love to have that as well.
Re: Show HN: RSS feeds for arbitrary websites using CSS selectors
#106I would love to have an RSS feed for stock quotes that works by scraping Google finance. A lot of people would love to have that as well.
https://www.notion.so/How-to-create-your-own-stock-and-crypt...
Re: Show HN: RSS feeds for arbitrary websites using CSS selectors
#107It seems that RSS feed generators are a bit like static site generators: it's often thought to be easier to make your own than to learn to use someone else's. Anyway, here's another self-hosted open source RSS feed generator for arbitrary websites: https://github.com/hueyy/HungryHippo
So yeah, definitely straightforward enough for a case of NIH syndrome. I think putting together the website took more time than writing the tool itself...
Re: Show HN: RSS feeds for arbitrary websites using CSS selectors
#108It seems that RSS feed generators are a bit like static site generators: it's often thought to be easier to make your own than to learn to use someone else's. Anyway, here's another self-hosted open source RSS feed generator for arbitrary websites: https://github.com/hueyy/HungryHippo
Re: Show HN: RSS feeds for arbitrary websites using CSS selectors
#109I’m glad to see that you’re using Atom rather than RSS, but you’re still calling it RSS. Can I convince you to stop calling it that? It’s factually inaccurate, and keeps RSS, the inferior format, more popular by virtue of mindshare. Just call them feeds, the proper generic term.
If OP didn't use the word RSS and said "atom feeds" I wouldn't know what they're talking about, so I recommend keep calling it RSS.
Would you understand it with those names?
Re: Show HN: RSS feeds for arbitrary websites using CSS selectors
#110Earlier quoted context omitted.
“SSL” is finally dying as a term; the significant majority of what I see calls it TLS now. But the problem didn’t exist in the same way with SSL/TLS: SSL was actively killed off in favour of TLS so that regardless of what you call it, you’re actually dealing with TLS. But with feeds, RSS is still supported, and so the mindshare problem happens: people hear about RSS and so implement the inferior and problematic RSS r…
> I say just advertise it as “feeds”, not “RSS feeds”. I think that's even worse. For most ordinary people that has a bunch of unintended meanings. "My Facebook has a feed, do you mean subscribing to your site on Facebook? Why do I see a bunch of code when I click the link?"
This also leads to rather poor solutions and discussions which are just reinventing the old stuff again and again, instead of letting the domain evolve to match modern demand.
Take for example this project here. Is there any feedreader out there who has this built-in to make it comfortable for the user to use this? The state of tooling as I know it is still at the level were we have seperate tools which pushes out a newsfeed-format, which than must be maintainend seperatly in our feedreaders. Which is an extraordinary hazzle to maintain configurations on multiple places.