hubot-anonymous-post
v0.0.3
Published
hubot anonymous post
Downloads
1
Readme
Hubot Anonymous Post
post as hubot
- https://github.com/shokai/hubot-anonymous-post
- https://www.npmjs.org/package/hubot-anonymous-post
Install
% npm install hubot-anonymous-post -save
edit external-script.json
[ "hubot-anonymous-post" ]
Configure (ENV var)
export HUBOT_ANON_TO=general # default room
Usage
hubot anon <MESSAGE>
# or
hubot anon #room_name <MESSAGE>
send
result
Test
% npm install
% grunt
# or
% npm test