Skip to content

kawasima/hubot-back-channeling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hubot-back-channeling

Get started

  1. Install hubot and coffeescript

    npm install -g hubot coffee-script
  2. Create your bot.

    npm install -g yo generator-hubot
    mkdir -p myhubot
    yo hubot
  3. Install Back Channeling adapter.

    cd myhubot
    npm install hubot-back-channeling --save
  4. Set environment variables.

    export HUBOT_BACK_CHANNELING_CODE=xxxxxxxxxxx
    export HUBOT_BACK_CHANNELING_THREAD_ID=nnnnnnnnn
    
    # option
    export HUBOT_BACK_CHANNELING_HOST=localhost
    export HUBOT_BACK_CHANNELING_PORT=3009
    export HUBOT_BACK_CHANNELING_HTTP_SCHEME=http
    export HUBOT_BACK_CHANNELING_WEBSOCKET_SCHEME=ws
    

    CODE is an authenticated code. It's published when you created a bot account.

  5. Start your bot.

    bin/hubot -a back-channeling -n [back-channeling bot name]

License

Copyright © 2015-2017 kawasima

Distributed under the Eclipse Plublic License Version 1.0.

About

The hubot adapter for back-channeling

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published