0.3.0 • Published 7 years ago

hubot-chatwork v0.3.0

Weekly downloads
126
License
MIT
Repository
github
Last release
7 years ago

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
  2. 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
  3. Run hubot with chatwork adapter.

    bin/hubot -a chatwork

License

The MIT License. See LICENSE file.

0.3.0

7 years ago

0.2.0

9 years ago

0.1.0

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago