1.1.0 • Published 8 years ago

hubot-wechat2 v1.1.0

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

Hubot Wechat Adapter Build Status

NPM

Quickstart:

Existing install

  1. Install wechat adapter:

    % cd myhubot
    % npm install hubot-wechat2 --save
  2. You will need to set configuration variables in your environment for wechat account

    indicate your hubot to use wechat2 as adapter, you can also run bin/hubot -a wechat2

    HUBOT_ADAPTER=wechat2

    Below properties are required, you can get these properties by capturing webwxinit request in your browser

    HUBOT_WX_COOKIE
    HUBOT_WX_UIN
    HUBOT_WX_SID
    HUBOT_WX_SKEY
    HUBOT_WX_DEVICE_ID
  3. Run your robot with

    % myhubot/bin/hubot -a wechat2

Start with PM2

  1. install pm2 npm install pm2 -g

  2. copy the process.json

  3. specify your configuration in your process.json

  4. start with pm2 startOrRestart process.json

Options

Environment VariableDefaultDescription
HUBOT_WX_ACCEPT_FRIENDfalseAuto accept frient request
HUBOT_WX_IGNORE_GROUPfalseIgnore message from group