hubot-wechat-better

Adapt with hubot using wechat robot wechat4u.
Support
Usage
The bot will automatically use the WeChat nickname as botname.
Install
npm install hubot-wechat-better
Configuration
You must to add a bot.config.js in root filder of your hubot project. It should to export json.
module.exports = {
botemail: {
host: 'smtp.example.com',
port: 587,
secure: false,
auth: {
user: 'user',
pass: 'password'
}
},
adminerEmail: 'admin@example.com'
}
Run
Use hubot -a wechat-better to start bot.
Example
You can look scripts/example.js
Development
The first, clone this repo to local.
npm install
npm run link
npm start
Test
npm run test