Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.37 KB

adapters.md

File metadata and controls

31 lines (22 loc) · 1.37 KB
title layout permalink
Adapters
layouts/docs.html
/adapters.html

Adapters

Adapters are the interface to the service you want your hubot to run on.

Hubot includes two official adapters:

There are Third-party adapters available for most chat services. Here are the most popular ones:

Browse all repositories with the hubot-adapter topic on GitHub or search for adapters on NPM. Add the hubot-adapter topic to your repository on GitHub to include it in this list.

Writing Your Own Adapter

Interested in adding your own adapter? Check out our documentation for developing adapters