Skip to content

akiomik/hubot-chatwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hubot-chatwork

A Hubot adapter for chatwork.

Build Status Dependency Status npm version

Installation

  1. Install hubot-chatwork.
npm install -g yo generator-hubot
yo hubot --adapter chatwork
  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

License

The MIT License. See LICENSE file.