From 88087430b7e21f13a7126628b1db5612fb490071 Mon Sep 17 00:00:00 2001 From: Guillaume Binet Date: Mon, 16 May 2016 09:42:20 -0700 Subject: [PATCH] Errbot chatbot (http://errbot.io) The easiest and most popular chatbot to implement ChatOps in Python. Very gentle learning curve but very powerful once you start to master the tool (conversation flows, security, markdown formatting and template, ...). It comes with developer friendly text and graphical consoles to debug your plugins easily. It is compatible out of the box with Slack, Hipchat, XMPP, IRC and lot more. But you can also extend it easily to support a custom chat system. Already 300+ public plugins are available ! Check out the list here: https://github.com/errbotio/errbot/wiki --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 498fdf35..589a5029 100644 --- a/README.md +++ b/README.md @@ -1045,6 +1045,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [SaltStack](https://github.com/saltstack/salt) - Infrastructure automation and management system. * [OpenStack](http://www.openstack.org/) - Open source software for building private and public clouds. * [Docker Compose](https://docs.docker.com/compose/) - Fast, isolated development environments using [Docker](https://www.docker.com/). +* [Errbot](http://errbot.io/) - The easiest and most popular chatbot to implement ChatOps. * [Cloud-Init](http://cloudinit.readthedocs.io/) - A multi-distribution package that handles early initialization of a cloud instance. * [cuisine](https://github.com/sebastien/cuisine) - Chef-like functionality for Fabric. * [Fabric](http://www.fabfile.org/) - A simple, Pythonic tool for remote execution and deployment.