hubot-cybozulive
v0.0.4-a
Published
Hubot CybozuLive Adapter
Downloads
5
Readme
hubot-cybozulive
A Hubot adapter for cybozulive.
Installation
- Install
hubot-cybozulive
.
npm install hubot-cybozulive --save
- Set environment variables.
export [email protected] # a cybozulive account username for hubot
export HUBOT_CYBOZU_PASSWORD=qwert123 # a cybozulive account password for hubot
export HUBOT_CYBOZU_KEY=abcdef123456789abcdef123456789abcdef123 # Consumer Key. see https://developer.cybozulive.com/apps/top
export HUBOT_CYBOZU_SECRET=123456789abcdef123456789abcdef123456789 # Consumer Secret. see https://developer.cybozulive.com/apps/top
export HUBOT_CYBOZU_CHATROOMID=1%23456ABCD # chatRoomId. more detail, check Caution.
- Run hubot with cybozulive adapter.
bin/hubot -a cybozulive
Caution
- Set API data accsess level "Z". otherwise, occur an error. see https://developer.cybozulive.com/doc/current/pub/overview.html.
- Input a chatroomId in cybozulive. (e.g. "1%23456ABCD" of https://cybozulive.com/mpChat/view?chatRoomId=1%23456ABCD is chatRoomId)
- Any message must exist in the chatroom. otherwise, occur an error.
License
The MIT License. See LICENSE
file.
日本語マニュアル
日本語のマニュアルはGithub Wiki においてあります。