Show HN: RSS feeds for arbitrary websites using CSS selectors
feed-me-up-scotty.vincenttunru.com
Show HN: RSS feeds for arbitrary websites using CSS selectors
1–10 of 134 posts
Re: Show HN: RSS feeds for arbitrary websites using CSS selectors
#2Re: Show HN: RSS feeds for arbitrary websites using CSS selectors
#3Re: Show HN: RSS feeds for arbitrary websites using CSS selectors
#4Re: Show HN: RSS feeds for arbitrary websites using CSS selectors
#5I wish there's a snippet of what the XML looks like, even better if it's "rendered"...
- https://vincenttunru.gitlab.io/feeds/funfacts.xml
- https://vincenttunru.gitlab.io/feeds/wikivoyage.xml
And the combined feed:
- https://vincenttunru.gitlab.io/feeds/all.xml
Add those links to your feed reader to see rendered examples while I update the site.
Edit: preview added to the website.
Re: Show HN: RSS feeds for arbitrary websites using CSS selectors
#6This is nice. I’m actually doing much the same with Node-RED’s HTML parser, which also supports simple selectors.
Re: Show HN: RSS feeds for arbitrary websites using CSS selectors
#7Re: Show HN: RSS feeds for arbitrary websites using CSS selectors
#8Very nice! I work on Feed Creator - https://createfeed.fivefilters.org - which is similar, although unlike yours doesn't use a headless browser, so selecting Javacript-inserted elements isn't supported.
Ah well. What I do like about my current approach is that I have full control without having to run my own server, which is nice.
Re: Show HN: RSS feeds for arbitrary websites using CSS selectors
#9I wish there's a snippet of what the XML looks like, even better if it's "rendered"...
That's a good one, I'll see if I can add something to the site. Meanwhile you can see the generated examples here: - https://vincenttunru.gitlab.io/feeds/funfacts.xml - https://vincenttunru.gitlab.io/feeds/wikivoyage.xml And the combined feed: - https://vincenttunru.gitlab.io/feeds/all.xml Add those links to your feed reader to see rendered examples while I update the site. Edit: preview added to the website.