0.1.3 • Published 7 years ago

hubot-weixin-growl v0.1.3

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

hubot-weixin-growl

Hubot plugin for notify weixin message via growl

Dependency

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