Hacker News new | ask | show | jobs
by bluehatbrit 1612 days ago
I setup huginn about two years ago primarily just because it looked interesting. I then sat there for a while wondering what to do with it. I setup the basic things like a morning weather alert, and daily digest email and basically ended up with the same feeling. I decided to leave it for a couple weeks or so and just see if I came up with anything else more useful. That was definitely the right way for me to get going with Huginn. It's ultimately a bit of a multi tool, if you keep it around you're bound to reach for it although you may not need it the second you buy it.

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.