
Huginn
Build agents that monitor and act on your behalf. Your agents are standing by!
What is Huginn?
Huginn is a system for building agents that perform automated tasks for you online. They can read the web, watch for events, and take actions on your behalf. Huginn's Agents create and consume events, propagating them along a directed graph. Think of it as a hackable version of IFTTT or Zapier on your own server. You always know who has your data. You do.
Huginn Screenshots





Huginn Features
Huginn information
Supported Languages
- English
GitHub repository
- 38,365 Stars
- 3,444 Forks
- 681 Open Issues
- Updated
Comments and Reviews
Said about Huginn as an alternative
lawrence_w
It is open source and self hosted, hence YOU retain ownnership of your accounts and data flows.
more advanced and self hosted
Tags
- Automation
- web-apps
- automated-tasks
- mashup
Poorly documented and very difficult to get anything working beyond the most basic web scrapping. Even something like making a POST request is not directly supported by the web scrapper.
JavaScript agent seems like the solution to get more advanced logic working, but it's very limited in terms of error handling and logging. If there's an error parsing some JSON, it will just tell you "unexpected token" with no information where this token is, so up to you to find it in the giant JSON blob. Eventually I found it was due to a "\n" character, even thought that can be parsed fine with any parser out there.
Also difficult to setup - there's a Docker image but if you want to setup SMTP, etc. you'll need to use env variables that don't seem to be documented anywhere. Probably the best is to not use Docker but then of course you have to manually install everything.
Basically, if you have a lot of time to spare and enjoy spending days configuring servers and trying to make sense of nonsensical errors, that might work for you, but otherwise give it a pass.
Agreed that the documentation is severely lacking and there is no official support forum.
Reply written
the latest activity 9 months ago.
Dependencies seem to be stale. Following the getting started guide does not work. Seems to be discontinued.
To see its under active development is as easy as checking the GitHub repo. Bundled examples worked perfectly for me.
Reply written