hubot-weixin-growl
v0.1.3
Published
Hubot plugin for notify wechat message via gntp-send
Downloads
2
Maintainers
Readme
hubot-weixin-growl
Hubot plugin for notify weixin message via growl
Dependency
- hubot 2.19.0
- coffee-script@^1.12.6
- node-growl
- gntp-send (source)
Env
- HUBOT_WEIXIN_MYNAME
- HUBOT_WEIXIN_KEYWORDS
- HUBOT_GNTP_SERVER
- HUBOT_GNTP_PASSWORD
Installation
Install hubot
$ sudo npm install -g yo generator-hubot
$ mkdir myhubot
$ cd myhubot
$ yo hubot
Install hubot-weixin-growl
In hubot project repo, run:
$ npm install hubot-weixin-growl --save
Then add hubot-weixin-growl to your external-scripts.json
:
[
"hubot-weixin-growl"
]
Debug
//use weixin as adapter
HUBOT_LOG_LEVEL=debug bin/hubot --name myhubot --adapter weixin