Skip to content

Commit fcb8d0d

Browse files
committed
add ChatOps section
1 parent 8b1f474 commit fcb8d0d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
7676
- [MapReduce](#mapreduce)
7777
- [Third-party APIs](#third-party-apis)
7878
- [DevOps Tools](#devops-tools)
79+
- [ChatOps Tools](#chatops-tools)
7980
- [Job Scheduler](#job-scheduler)
8081
- [Foreign Function Interface](#foreign-function-interface)
8182
- [High Performance](#high-performance)
@@ -1045,7 +1046,6 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
10451046
* [SaltStack](https://github.com/saltstack/salt) - Infrastructure automation and management system.
10461047
* [OpenStack](http://www.openstack.org/) - Open source software for building private and public clouds.
10471048
* [Docker Compose](https://docs.docker.com/compose/) - Fast, isolated development environments using [Docker](https://www.docker.com/).
1048-
* [Errbot](http://errbot.io/) - The easiest and most popular chatbot to implement ChatOps.
10491049
* [Cloud-Init](http://cloudinit.readthedocs.io/) - A multi-distribution package that handles early initialization of a cloud instance.
10501050
* [cuisine](https://github.com/sebastien/cuisine) - Chef-like functionality for Fabric.
10511051
* [Fabric](http://www.fabfile.org/) - A simple, Pythonic tool for remote execution and deployment.
@@ -1055,6 +1055,12 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
10551055
* [psutil](https://github.com/giampaolo/psutil) - A cross-platform process and system utilities module.
10561056
* [supervisor](https://github.com/Supervisor/supervisor) - Supervisor process control system for UNIX.
10571057

1058+
## ChatOps Tools
1059+
1060+
*Libraries for chatbot development.*
1061+
1062+
* [Errbot](http://errbot.io/) - The easiest and most popular chatbot to implement ChatOps.
1063+
10581064
## Job Scheduler
10591065

10601066
*Libraries for scheduling jobs.*

0 commit comments

Comments
 (0)