8000 GitHub - nulab/hubot-typetalk at v0.0.3
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nulab/hubot-typetalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hubot-typetalk

A Hubot adapter for typetalk.

Build Status Coverage Status Dependency Status NPM version

Installation

  1. Add hubot-typetalk to dependencies in your hubot's package.json.
"dependencies": {
  "hubot-typetalk": "0.0.3"
}
  1. Install hubot-typetalk.
npm install
  1. Setup your hubot.
export HUBOT_TYPETALK_CLIENT_ID='DEADBEEF'     # see http://developers.typetalk.in/oauth.html#client
export HUBOT_TYPETALK_CLIENT_SECRET='FACEFEED'
export HUBOT_TYPETALK_ROOMS='2321,2684'        # comma separated
export HUBOT_TYPETALK_API_RATE=100             # request per hour
  1. Run hubot with typetalk adapter.
bin/hubot -a typetalk

License

The MIT License. See LICENSE file.

About

A hubot adapter for Typetalk.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 10

0