I was setting up a RSS reader with a bunch of webcomics but I immediately ran into the problem of some being on Instagram and I would like to have some way to handle that without having to use instagram. After some googling I found a bunch of links to abandoned or broken projects with documentation I did not understand.

Any help or suggestions would be appreciated. I am quite the beginner tough, I have a truenas running on an old computer and a raspberry pi in a desk drawer so that the general competence I am working with.

  • mirdaki@lemmy.ml
    link
    fedilink
    English
    arrow-up
    25
    arrow-down
    1
    ·
    5 months ago

    Hey, glad to welcome you to self hosting!

    There are a few different components to RSS. The feed (in this case Instagram or something like webtoons), an aggregator (the software that pulls in all the feeds you’re interested in and keeps track of things like read status), and a client (the actual interface you interact with to read your feeds)

    A lot of time, the aggregator will include a web client you can use, so these can be bundled together. But, because RSS is an open specification, you could use a client other than the one that comes with an aggregator. Examples of this are Miniflux or FreshRSS. If you’re interested in Nextcloud, there is also an RSS plugin for that

    The other part, the feed, is often provided by a website directly. Webtoons does this for instances. For each comic, there is a URL that points to the feed. Some sites will have a little RSS icon that direct you to the feed. While other sites will have you manually add a something likr “/rss” or “/atom.xml” to find that feed

    But other sites, like Instagram, don’t provide feeds directly. To get those feeds, you’ll need some kind of service that scrapes content from Instagram and creates a feed from that. I’m sure there are selfhosted options for this, but because the original content had to come from a third party anyway, I don’t mind using a public service to create feeds for me. I personally use https://openrss.org, which doesn’t require an account to use, though I’m sure there are others as well. It has support for Instagram and a bunch of other sites too. I will warn that by the nature of having a service that scrapes another, things may break sometimes. I don’t follow any Instagram feeds through openrss, but I have some other sites/feeds that I do get through them and am generally happy with it

    TLDR: Put something like Miniflux on your server and add the Instagram feeds you want through openrss.org to Miniflux

    Does that help?

    • AgnosticMammal@lemmy.zip
      link
      fedilink
      English
      arrow-up
      7
      ·
      5 months ago

      I think this’d help massively by explaining the components to RSS.

      As for instagram or the other sites that do not have RSS, you could choose to self host your own RSS generator, such as RSS-Bridge or RSSHub.

      With self hosted though, you could even customise those feed generators and customise your own feeds.

    • Fisk400OP
      link
      fedilink
      English
      arrow-up
      2
      ·
      5 months ago

      This is super helpful, thank you for taking the time to write this.

  • LunaCtld@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    5 months ago

    I have personally been very happy with FreshRSS. Nowadays I use Nextcloud News (just a Nextcloud) app for it. So if you already have Nextcloud you don’t even need to selfhost something extra.

    They both have WebApps. FreshRSS has a few themes to fit your taste and Nextcloud News will obviously follow your Nextcloud theming.

    As far as apps go, FreshRSS has (probably) more than Nextcloud News. I personally like Feeder (only in PlayStore but worth it imo). For Nextcloud there is an App with the same name. Also good imo, but FreshRSS/Feeder has more customization options.

    EDIT: Here is a nice list of a lot of Feed Readers: https://github.com/awesome-selfhosted/awesome-selfhosted#feed-readers