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
This commit is contained in:
Guillaume Binet 2016-05-16 09:42:20 -07:00
parent 1a2cafdfcb
commit 88087430b7

View file

@ -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.