Skip to content

tunanosuke/hubot-chatwork

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hubot-chatwork

A Hubot adapter for chatwork.

Build Status Coverage Status Dependency Status NPM version

Installation

  1. Add hubot-chatwork to dependencies in your hubot's package.json.
"dependencies": {
      "hubot-chatwork": "0.0.3"
}
  1. Install hubot-chatwork.
npm install
  1. 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
  1. Run hubot with chatwork adapter.
bin/hubot -a chatwork

Note

GET /rooms/{room_id}/messages API is NOT provided yet from Chatwork.

So Chatwork API will return 501 error response.

License

The MIT License. See LICENSE file.

About

A hubot adapter for chatwork

Resources

License

Stars

Watchers

Forks

Packages

No packages published