Nice project! Good job!<p>Now somebody might also find interesting what I have done.<p>- I decided that implementing RSS reader for 100x time is really stupid, so naturally I wrote my own [0]<p>- my RSS reader is in form of API [1], which I use for crawling<p>- can be installed via docker. User has to only parse JSON via API. No need to use requests, browsers, status codes<p>- my weapon of choice is python. There is python feedparser package, but I had problems in using in parallel, because some XML shenanigans, errors<p>- my reader, serves crawling purpose, so I am interested in most basic elements, like thumbnails, so all nuance from RSS is lost<p>- detects feeds from sites automatically<p>Links<p>[0] <a href="https://github.com/rumca-js/crawler-buddy/blob/main/src/webtools/feedreader.py">https://github.com/rumca-js/crawler-buddy/blob/main/src/webt...</a><p>[1] <a href="https://github.com/rumca-js/crawler-buddy">https://github.com/rumca-js/crawler-buddy</a>