Awesome
Hubot adapter for Partychat-Hooks
This is an adapter that connects hubot to partychat, by way of partychat-hooks.
MOSTLY DEAD
The partychat-hooks service seems to have shut down, so it's probably difficult to use this adapter any more. If you do manage to, I'd love to hear about it!
Setup
Create a hook
-
Log into partychat-hooks and create a hook for your chat room.
-
Click
New Post Hook
and enter this as the body:{{get_argument("body")}}
Take note of the HTTP Endpoint. You'll need to pass this to hubot.
-
Click
New Receive Hook
. For the command sequence, enter*
.For the HTTP Endpoint, enter the address+port that hubot will run at, plus
/partychat
. For example:http://hooks.myserver.com:8080/partychat
Set up your hubot
-
Edit
package.json
, adding this to the dependencies:"hubot-partychat-hooks": "0.x"
-
Install the needed packages.
npm install
SYSTEMS ONLINE
-
Remember that Post Hook endpoint from earlier? You need it now.
HUBOT_POST_ENDPOINT=http://partychat-hooks.appspot.com/post/p_xyzabc12 bin/hubot -a partychat-hooks