Skip to content
forked from muesli/beehive

A flexible event/agent & automation system with lots of bees 🐝

License

Notifications You must be signed in to change notification settings

tools-env/beehive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

beehive

beehive is a flexible event system, which allows you to create your own action- chains. It is modular and easy to extend - for anyone. It can be your IRC bot, it can activate your heating system or make you a cup of coffee. Yes, finally!

Installation

Make sure you have a working Go environment. See the install instructions.

First we need to get the required dependencies. beehive itself is part of that list so the main executable can depend on our sub-packages:

go get github.com/fluffle/goirc/client
go get github.com/mattn/go-xmpp
go get github.com/hoisie/web
go get github.com/muesli/beehive

Now we can build beehive:

git clone git://github.com/muesli/beehive.git
cd beehive
go build

Development

API docs can be found here.

Continuous integration: Build Status

About

A flexible event/agent & automation system with lots of bees 🐝

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.3%
  • Other 0.7%