UNPKG

1.22 kBMarkdownView Raw
1---
2permalink: /docs/adapters/
3---
4
5# Adapters
6
7Adapters are the interface to the service you want your hubot to run on.
8
9Hubot includes two official adapters:
10
11* [Shell](./adapters/shell.md), i.e. for use with development
12* [Campfire](./adapters/campfire.md)
13
14There are Third-party adapters available for most chat services. Here are the most popular ones:
15
16* [Gitter](https://github.com/huafu/hubot-gitter2)
17* [HipChat](https://github.com/hipchat/hubot-hipchat)
18* [IRC](https://github.com/nandub/hubot-irc)
19* [Rocket.Chat](https://github.com/RocketChat/hubot-rocketchat)
20* [Slack](https://github.com/slackhq/hubot-slack)
21* [XMPP](https://github.com/markstory/hubot-xmpp)
22
23Browse all [repositories with the `hubot-adapter` topic on GitHub](https://github.com/search?q=topic%3Ahubot-adapter&type=Repositories) or [search for adapters on NPM](https://www.npmjs.com/search?q=hubot%20adapter&ranking=popularity). Add the `hubot-adapter` [topic](https://help.github.com/articles/classifying-your-repository-with-topics/) to your repository on GitHub to include it in this list.
24
25## Writing Your Own Adapter
26
27Interested in adding your own adapter? Check out our documentation for [developing adapters](./adapters/development.md)