A Hubot adapter for chatwork.
- Add
hubot-chatwork
to dependencies in your hubot'spackage.json
.
"dependencies": {
"hubot-chatwork": "0.0.3"
}
- Install
hubot-chatwork
.
npm install
- Set environment variables.
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
- Run hubot with chatwork adapter.
bin/hubot -a chatwork
GET /rooms/{room_id}/messages
API is NOT provided yet from Chatwork.
So Chatwork API will return 501
error response.
The MIT License. See LICENSE
file.