A couple of years ago, IFTTT did a thing where they asked people to sign up to premium and they could pay whatever they like and could keep the service forever. I didn't use many of the services, but thought it made sense to try and preserve something so useful for in case I did need it. In the meantime, I would allow it to check some RSS feeds and alert me when certain keywords came up.

Some time goes by and the ambitions of IFTTT grow, they now rename the service I pay for as Legacy. Seems ominous, but I'm only using it for RSS so nothing to worry about.

Fast forward to yesterday and I get an email to say that they're moving me to a new premium service and doubling what I pay. It left a bad taste in my mouth. I hate when companies do this. Especially when they promised I could keep my old thing at the same price forever.

Anyway, since they've clearly lost their mind in the pursuit of AI supremacy, I may as well just host this myself.

So is there a self hosted solution for RSS where I can get notifications when some RSS feeds publish indiscriminately and others when specific keywords come up?

Something I can put in a Docker container on my RPi, set and forget.

all 23 comments

sorted by: hot top controversial new old
[–] 21 points 2 years ago (3 children)

n8n.io works pretty great for individuals and small teams, open source and self-hostable.

  • source
  • hideshow 6 child comments
  • [–] 4 points 2 years ago (1 child)
  • [–] 12 points 2 years ago (1 child)

    on that other website that i was using before lemmy, someone says that if you complain to support, they let you keep the $2 month subscription instead of $4. Although in those cases I would just cancel out of spite. They can't increase the price by 100% with just 4 days notice!

  • source
  • hideshow 2 child comments
  • [+] 9 points 2 years ago* (last edited 10 months ago) (1 child)
  • [–] 9 points 2 years ago (1 child)

    The best self hosted alt I've seen is huginn: https://github.com/huginn/huginn

    It's not as easy to use as ifttt and much less already built for you but it does the same things.

  • source
  • hideshow 2 child comments
  • [–] [S] 2 points 2 years ago (1 child)

    Should I be worried that there's been no commits in the past three months?

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 2 years ago (1 child)

    The dev cycle has gotten slower over time but it's not dead

  • source
  • parent
  • hideshow 2 child comments
  • [–] [S] 1 point 2 years ago

    So, I tried to install this on my Raspberry Pi, only to find out it doesn't have ARM64 support, which is kind of alarming. It's a shame, but indicative of the lack of commits. I hope the project can find a new lease of life, but for now Huginn isn't a viable option for me at least.

  • source
  • parent
  • [–] 4 points 2 years ago

    Not sure if it fits the bill, but Changedetection.io works well for notifications and changes to websites. You can target feeds too but there's some xpath involved I believe.

    https://github.com/dgtlmoon/changedetection.io

  • source
  • [–] 3 points 2 years ago

    I use Feedpushr + Gotify.

    Works pretty well, but you may find you have to set up multiple output entries and tags to filter out the useful parts of a post. That and html entries sometimes don't get parsed correctly so you'll end up with tags in what should be a parsed content string.

  • source
  • [–] 3 points 2 years ago

    Besides lots of other cool stuff it can do (including monitoring for a lot of your self hosted stuff), HomeAssistsnt has the Feedreader integration, which lets you poll RSS feeds. You can then create automations to send notifications to you through the HomeAssistsnt companion app.

    Feedreader defaults to polling once per hour, but you can change this in the configuration.

  • source
  • [–] 1 point 2 years ago

    I'm still using Feedly after Google reader shut down, I don't pay anything

  • source
  • [–] 1 point 2 years ago (1 child)
  • [–] 1 point 2 years ago

    This might be a little more than you're asking for, but I would recommend something like Node-RED with a feedparser. Reason being: it opens up a lot of options and could be a useful tool for things other than this one use case.

  • source