hubot-chatwork
Version:
A hubot adapter for chatwork
32 lines (24 loc) • 913 B
Markdown
hubot-chatwork
==============
A Hubot adapter for chatwork.
[](https://travis-ci.org/akiomik/hubot-chatwork)
[](https://gemnasium.com/akiomik/hubot-chatwork)
[](http://badge.fury.io/js/hubot-chatwork)
## Installation
1. Install `hubot-chatwork`.
```sh
npm install -g yo generator-hubot
yo hubot --adapter chatwork
```
2. Set environment variables.
```sh
export HUBOT_CHATWORK_TOKEN="DEADBEEF" # see http://developer.chatwork.com/ja/authenticate.html
export HUBOT_CHATWORK_ROOMS="123,456" # comma separated
export HUBOT_CHATWORK_API_RATE="350" # request per hour
```
3. Run hubot with chatwork adapter.
```sh
bin/hubot -a chatwork
```
## License
The MIT License. See `LICENSE` file.