hubot-lets-chat
v0.0.7
Published
The Official Let's Chat Adapter for Hubot
Downloads
4
Keywords
Readme
Let's Chat Hubot Adapter
This is a WIP and will probably be unreliable for a while, so use at your own risk!
Setup
Create a new brobot
hubot --create myhubot
Go into your new bot's directory
cd myhubot
Let's Chat 0.3+
Install this adapter via npm
npm install hubot-lets-chat --save
Set the following environment variables for Let's Chat 0.3
export HUBOT_LCB_TOKEN=NTRiNjg5NmYyMDZiMzEwMDAwYTAxNmZiOjE0ZTg2ODMwYz...
export HUBOT_LCB_ROOMS=5279facb1015642226000011,5394ffbabdea44e815000003
Let's Chat 0.2
Install this adapter via npm
npm install [email protected] --save
Set the following environment variables for Let's Chat 0.2
export [email protected]
export HUBOT_LCB_PASSWORD=ohmygodthisisbadpractice
export HUBOT_LCB_ROOMS=5279facb1015642226000011,5394ffbabdea44e815000003
Optional environment variables
These environment variables are optional and have default values
export HUBOT_LCB_PROTOCOL=http
export HUBOT_LCB_HOSTNAME=localhost
export HUBOT_LCB_PORT=5000
Let's go!
Enjoy skynet, I hope you're happy with yourself
bin/hubot -a lets-chat