yangdongxiang / hubot-bearychat

BearyChat Adapter for Hubot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hubot-bearychat

This is a Hubot adapter to use with BearyChat.

Creating a new bot

  • npm install -g hubot coffee-script yo generator-hubot
  • mkdir -p /path/to/hubot
  • cd /path/to/hubot
  • yo hubot
  • npm install hubot-bearychat --save
  • Check out the hubot docs for further guidance on how to build your bot

Testing your bot locally

  • HUBOT_BEARYCHAT_TOKENS=TOKEN1,TOKEN2 ./bin/hubot -a bearychat

Configuration

This adapter uses the following environment variables:

  • HUBOT_BEARYCHAT_TOKENS - these are hubot tokens in BearyChat, multi tokens are separated by comma

Copyright

Copyright © Beary Innovative Technologies, Inc.

About

BearyChat Adapter for Hubot

License:Eclipse Public License 1.0


Languages

Language:CoffeeScript 100.0%