Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

kamera25/hubot-cybozulive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hubot-cybozulive

A Hubot adapter for cybozulive.

Installation

  1. Install hubot-cybozulive.
npm install hubot-cybozulive --save
  1. Set environment variables.
export HUBOT_CYBOZU_USERNAME=hoge@foober.com    # 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.
  1. Run hubot with cybozulive adapter.
bin/hubot -a cybozulive

Caution

License

The MIT License. See LICENSE file.

日本語マニュアル

日本語のマニュアルはGithub Wiki においてあります。

Releases

No releases published

Packages

No packages published