Skip to content

akiomik/hubot-typetalk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hubot-typetalk

A Hubot adapter for typetalk.

Build Status Coverage Status NPM version

Installation

  1. Add hubot-typetalk to dependencies in your hubot's package.json.
"dependencies": {
  "hubot-typetalk": "0.1.0"
}
  1. Install hubot-typetalk.
npm install
  1. Setup your hubot.
export HUBOT_TYPETALK_CLIENT_ID='DEADBEEF'     # see http://developer.nulab-inc.com/docs/typetalk/auth#client
export HUBOT_TYPETALK_CLIENT_SECRET='FACEFEED'
export HUBOT_TYPETALK_ROOMS='2321,2684'        # comma separated
  1. Run hubot with typetalk adapter.
bin/hubot -a typetalk

License

The MIT License. See LICENSE file.

Packages

No packages published

Languages

  • CoffeeScript 97.9%
  • Makefile 2.1%