Live data from Hacker News

Show HN: Extract an RSS feed from almost anything

rssfeedasap.com

21–30 of 64 posts

Re: Show HN: Extract an RSS feed from almost anything

#22
post #17

Earlier quoted context omitted.

https://news.ycombinator.com/item?id=37362151 :)

This is great! I've had htmlx on my "things to look into" list for a few weeks now and funny enough I use Go on the backend of rssfeedsasap as well. :)

Thanks! I'm trying to make xtemplate into a 'Rapid Application Development' RAD tool, as one of the commenters pointed out. lmk if you feel like trying it out; @infogulch everywhere

Re: Show HN: Extract an RSS feed from almost anything

#24
post #8
post #6

Do you use alternate meta tag to detect the rss feed?

It uses several techniques one of which is also meta tags.

Strange. I tried it with my blog and it said there was no feed https://kevincox.ca. I definitely have a alternate link tag set up.

Re: Show HN: Extract an RSS feed from almost anything

#25
post #21

Can I suggest removing recently extracted or having a way to hide whatever you extract from the home page?

Good suggestion. I see people already started getting naught ideas. Change is being deployed now.

Maybe a hand curated list of feeds that could be extracted would be better? :)

Re: Show HN: Extract an RSS feed from almost anything

#27
Shameless plug on something similar: https://feedreader.xyz

Comes as a bookmarklet and it will not only find a page's feed, it will also display it nicely directly.

Demo on Verge's feed: https://feedreader.xyz/?url=https%3A%2F%2Fwww.theverge.com%2... (you just visit the site, hit the bookmarklet & there you go)

This was primarily built after realizing that the official Google RSS plugin for Chrome was never gonna be updated and was "stuck" to that annoying layout while displaying a page's feed.

Re: Show HN: Extract an RSS feed from almost anything

#28
post #23

I'm old enough to remember when browsers would highlight in the url bar that a site had an RSS feed. Well, I'm old enough to remember upgrading from Mosaic to Netscape, so I'm v old. Cool little project.

Ironically, chrome(ihm) is starting to show that again. An RSS icon next to the URL if an RSS feed is provided.

Re: Show HN: Extract an RSS feed from almost anything

#29

If you want to create new RSS feeds from almost anything, my rssparser.lisp is still there: https://code.rosaelefanten.org/rssparser.lisp

Is there a docker image for this?

What exactly would be the point of shoving a script that is nothing more than a simple cronjob and that could theoretically just be compiled as a static binary into a Docker container?

Re: Show HN: Extract an RSS feed from almost anything

#30

Earlier quoted context omitted.

Is there a docker image for this?

What exactly would be the point of shoving a script that is nothing more than a simple cronjob and that could theoretically just be compiled as a static binary into a Docker container?

Had you replied in a respectful manner, you would have gotten a reply from me with what I think are legitimate reasons for having this script in a docker image.
Post reply on HN