|
|
|
|
|
by bmgxyz
1613 days ago
|
|
I tried using this a year or two ago—seemed like a really cool idea, and I still think it is—but I couldn't find an actually useful application for it in my life. Not saying there aren't plenty of neat applications out there, but once the initial "that's cool" feeling wore off, I wasn't sure how to actually get some value out of the system. For me, it felt like a time sink. Curious to know if others have found use cases that are low-maintenance and high-value. |
|
Since having it setup I've used it to:
* Monitor covid travel restriction changes on the UK gov site and email me when updates are made.
* Scrape the site of a housing development where I wanted to view a house early as a potential purchase to know first when they opened viewings.
* Look for a price drop on some computer monitors on Amazon as the price was quite high when I found them.
* Daily discord report on the price of flights on a particular date when I and a group of friends were thinking about a holiday together.
* Alert when an exchange rate dropped or increased by a certain amount to help figure out when to exchange money for the same trip.
I find most of my uses include some kind of web scraping, although not always, and are usually things I want to run frequently and have run reliably. Most don't live more than a few months but it's a great tool to have knocking around as the effort to spin up an automation is much lower compared to writing a custom script each time.
I actually have n8n.io self-hosted as well because it has some nice pre-bundled integrations with various services like Spotify which huginn doesn't. That said, I've not really enjoyed using it, I find myself hitting F5 a lot because the UI breaks and won't recover and while it's more visual it's actually much harder to view the logs of a workflow. I tend to default to huginn unless n8n has a particular integration which will make the task faster to setup. Once setup though, I've not had any problems with it.