Difference between revisions of "Huginn"

From air
Jump to navigation Jump to search
(Created page with "'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 ...")
 
 
Line 1: Line 1:
'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 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.''
  +
  +
https://github.com/huginn/huginn
   
 
=Getting Started=
 
=Getting Started=

Latest revision as of 12:34, 5 November 2017

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.

https://github.com/huginn/huginn

Getting Started

echo Browse http://localhost:3000
echo Log in to your Huginn instance using the username admin and password password

docker run -it -p 3000:3000 huginn/huginn --hostname huginn --name huginn_for_mqtt

Create a MQTT event source

File:Huginn MQTT.png