个人微信号机器人助手
- Node.js 版本必须在v10或者以上
- 本地系统平台必须要有构建工具
- Install Node.js (>=10)
- Clone this Repository
- git clone https://github.com/AC-HOME/robot_assistant.git
- cd robot_assistant
- Install Dependencies
- npm install wechaty@next
- npm install wechaty-puppet-padplus@latest
- npm install qrcode-terminal
- Run the Bot
- node my-bot.js
- 提供微信副号与主号消息接收与发送(完成)
- 提供群聊关键词监控与转发(待完成)
- 提供群聊关键词回复(待完成)