Show HN: Extract an RSS feed from almost anything
61–64 of 64 posts
Re: Show HN: Extract an RSS feed from almost anything
#62Earlier quoted context omitted.
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
#63Earlier quoted context omitted.
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?
Actually, since I am unfamiliar with the requirements to run a lisp script I thought a docker image would provide all necessary dependencies (SBCL? Quicklisp?) without the necessity to investigating myself and installing them directly on my machine. Secondly, after this would be obviously installed for checking and testing functionality for meeting my personal the requirements, it is much more easy to uninstall all d…
SBCL is a package on most Linux distributions, Quicklisp is a package manager for SBCL: https://www.quicklisp.org/beta/#installation
Re: Show HN: Extract an RSS feed from almost anything
#64Nice, but this seems to only detect some existing RSS feeds on a given website. * Shameless plug * Our feed generator can detect existing RSS feeds, and combines a scraper and data transformer to help create custom RSS feeds for any public webpage. https://newsloth.com/product/feed-builder