finding RSS feeds
Aug. 16th, 2024 04:34 pm[ this post is for people who already know what RSS feeds are, and are actively using them. ]
curiously, even in this state of the degraded web, you can find RSS feeds for basically every open platform (that doesn't have a log-in wall like twitter does now) - it just takes some digging sometimes. but how to find them ... is the question sometimes. i've written down some methods below when RSS feeds aren't immediately obvious, in case it helps some of you.
* view-source (any browser) - in every major browser, there's an option to view the source code of any web-page. Navigate to that page where you see a bunch of HTML of the page you wish to gank a feed from. Now CTRL+F ("find"), and search for "RSS". 95% of the time, the page will highlight a bunch of code. let's use my log.kradeelav.com page as an example; when I do the above, it highlights the below line:
* openrss: great for generating rss feeds for bsky/fediverse. while bluesky and the fediverse technically has native RSS implementation, it doesn't show image attachments. i follow people for the art, so i need the images to pop up in the reader otherwise i'm not gonna click through. (note: openrss may have issue with baraag's images / hard kink images, i haven't tested that extensively.)
* rsshub: great for generating feeds to most social media (especially CN-language accounts) - just scroll the extensive list on the left. i use this one mainly for pixiv, cara, and weibo, though sometimes there's 10% of accounts it just plain refuses to generate stuff for randomly. (I have a feeling those are the accounts that have explicitly turned off a setting on their page to discourage bots).
the biggest two "holes" of mine are instagram and twitter; twitter front-ends like nitter (rip) used to work a year or so ago but those clones get shut down too quickly to really be reliable.
curiously, even in this state of the degraded web, you can find RSS feeds for basically every open platform (that doesn't have a log-in wall like twitter does now) - it just takes some digging sometimes. but how to find them ... is the question sometimes. i've written down some methods below when RSS feeds aren't immediately obvious, in case it helps some of you.
* view-source (any browser) - in every major browser, there's an option to view the source code of any web-page. Navigate to that page where you see a bunch of HTML of the page you wish to gank a feed from. Now CTRL+F ("find"), and search for "RSS". 95% of the time, the page will highlight a bunch of code. let's use my log.kradeelav.com page as an example; when I do the above, it highlights the below line:
Feed" href="https://log.kradeelav.com/feed" />
you want to copy + paste the bolded/underlined text above into your RSS reader. voila! it should populate now. note that sometimes if you can't find a feed by ctrl+f'ing "RSS" sometimes you can get it by searching "feed", but it's much less promising. * openrss: great for generating rss feeds for bsky/fediverse. while bluesky and the fediverse technically has native RSS implementation, it doesn't show image attachments. i follow people for the art, so i need the images to pop up in the reader otherwise i'm not gonna click through. (note: openrss may have issue with baraag's images / hard kink images, i haven't tested that extensively.)
* rsshub: great for generating feeds to most social media (especially CN-language accounts) - just scroll the extensive list on the left. i use this one mainly for pixiv, cara, and weibo, though sometimes there's 10% of accounts it just plain refuses to generate stuff for randomly. (I have a feeling those are the accounts that have explicitly turned off a setting on their page to discourage bots).
the biggest two "holes" of mine are instagram and twitter; twitter front-ends like nitter (rip) used to work a year or so ago but those clones get shut down too quickly to really be reliable.