I know about https://boards.4chan.org/g/index.rss existence, but I’m looking for less shitposts and more useful stuff from there. Do you have any rss feed you could share or know how to get it?

  • undefined
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    22 days ago

    You’d probably need to write a script that parses the RSS then strips out anything without enough comments. You’d then need to either serve the new stripped RSS via HTTP unless you need just the RSS file itself. It would be pretty easy to do if you know any programming language.

    Personally I’d use Ruby or Crystal but that’s only because I’m well-versed in both already.