这是一个基于wechaty开发的微信机器人,内置了一些常用的功能。
- 自动回复
- 管理员面板
- 天气查询
- 翻译
- 计算机
- ChatGPT
- 等等
- Git Clone
git clone https://github.com/dy-xiaodong2022/wechat-robot.git
- 安装依赖
npm install
- 修改配置文件
secret.json
{
"translate": {
"appid": "your baidu translate appID",
"key": "your baidu translate key"
},
"weather": {
"key": "your visualcrossing weather key"
}
}
- 启动
npm run dev
- 为什么打包时报错
SyntaxError: Octal literal in strict mode
你可以在 node_modules\qrcode-terminal\lib\main.js
中,把第三和第四行的 \033
改为 \x1b
。
机器人虽好,但需注意不要拿自己大号扫二维码登录,否则可能会被微信封号。
我的大号已经被警告了...