This is really interesting. I especially like the use of actors. If you think of the Win32 API message loop then you can kind of think of each program and GUI as a mesh of independent actors with inboxes that communicate user GUI events to backend server that does CPU work or network work in the background. I think this is an easy to understand architecture. If you think of it as MVC but what would be a method... - Source: Hacker News / 9 days ago
You could give Huginn a try. It also has way more features if you need more things later on. - Source: Reddit / 12 days ago
Create agents that monitor and act on your behalf. Https://github.com/huginn/huginn. - Source: Reddit / 17 days ago
Hi, I'm looking for an easy to use automation tool for my company. There are tons of projects out there and I find it hard to pick one among them. I found : - hugging - n8n - beehive - flogo - metterbridge - node-red. - Source: Reddit / about 2 months ago
Check out the project README: Https://github.com/huginn/huginn. - Source: Reddit / 3 months ago
Huggin - a very popular open-source alternative good for basic scripting. - Source: dev.to / 3 months ago
You didn't say what features are important or what about changedetection.io didn't work for you, but maybe ArchiveBox or Huginn. - Source: Reddit / 3 months ago
Huginn + the Twilio Agent (see its wiki for examples/guides). - Source: Reddit / 3 months ago
How does it compare to a project like this? https://github.com/huginn/huginn. - Source: Reddit / 4 months ago
Funnily enough Huginn has earthquake notification as an example. You could send that to an RSS reader, or post to Mastodon, so that you get notification of what you are interested in. Https://github.com/huginn/huginn. - Source: Reddit / 5 months ago
Have you looked at Huginn? https://github.com/huginn/huginn. - Source: Reddit / 6 months ago
Hugiin. You create your own agents to do any arbitrary task. Similar to IFTT. - Source: Reddit / 6 months ago
I think what’s needed is a robot bunch of primitives that users can easily combine to do many things. As with any organic system, I would expect the availability of capabilities to spur creativity, the Emacs ecosystem being a great case in point. But to try and give a more direct answer to your question: I often want to download/backup or otherwise programmatically process content that I routinely interact with... - Source: Hacker News / 7 months ago
How about https://github.com/huginn/huginn ? It's a bit of a PITA to setup, but it's really powerful / flexible.. Here's how I use it... - Source: Reddit / 8 months ago
You could hack that together with huginn pretty easily https://github.com/huginn/huginn. - Source: Hacker News / 9 months ago
Https://github.com/huginn/huginn is one such tool. (It does this and much more, as it can trigger agents or notify you.). - Source: Reddit / 9 months ago
Install Huginn by hand on FreeBSD and let me know how it goes for you. - Source: Reddit / 9 months ago
Huginn lets you build online agents that create and consume events, propagating them along a directed graph—like a fully private version of IFTTT or Zapier. Your self-hosted agents can perform automated tasks like scanning the web for content, watching for events, and taking specific actions on your behalf. Our thanks for the suggestion go to Mintww. - Source: Reddit / 10 months ago
Study code in Huginn (https://github.com/huginn/huginn) or n8n (https://github.com/n8n-io/n8n). There are other similar open source systems too. - Source: Reddit / 10 months ago
> Without doing this, you can’t install add ons from the store. Ofttimes you can do it yourself, because yes they are just docker containers. I don't use them myself as I don't find much use for most of them. The more important addon tool is HACS and that works stand alone. > But from there, it seemed extremely GUI oriented… I had to install an add on just to see my config files Yes it's very GUI focused now, you... - Source: Hacker News / 10 months ago
I imagine you could whip something together using huginn which is an open source IFTTT/Zapier alternative https://github.com/huginn/huginn. - Source: Hacker News / 10 months ago
Do you know an article comparing Huginn to other products?
Suggest a link to a post with product alternatives.