wechat-bot icon indicating copy to clipboard operation
wechat-bot copied to clipboard

🤖一个基于 WeChaty 结合 DeepSeek / ChatGPT / Kimi / 讯飞等Ai服务实现的微信机器人 ,可以用来帮助你自动回复微信消息,或者管理微信群/好友,检测僵尸粉等...

Results 172 wechat-bot issues
Sort by recently updated
recently updated
newest added

Build and run: ```shell $ docker build . -t wechat-bot $ docker run -d --rm --name wechat-bot -v $(pwd)/config.js:/app/config.js -v $(pwd)/.env:/app/.env wechat-bot ```

如下 🚀🚀🚀 / prompt dkada Error: Request failed with status code 400 at createError (/Users/ls/Downloads/wechat-chatgpt/wechat-bot/node_modules/openai/node_modules/axios/lib/core/createError.js:16:15) at settle (/Users/ls/Downloads/wechat-chatgpt/wechat-bot/node_modules/openai/node_modules/axios/lib/core/settle.js:17:12) at IncomingMessage.handleStreamEnd (/Users/ls/Downloads/wechat-chatgpt/wechat-bot/node_modules/openai/node_modules/axios/lib/adapters/http.js:322:11) at IncomingMessage.emit (node:events:539:35) at endReadableNT (node:internal/streams/readable:1344:12) at process.processTicksAndRejections (node:internal/process/task_queues:82:21)...

import { WechatyBuilder, ScanStatus, log } from "wechaty"; ^^^^^^^^^^^^^^ SyntaxError: Named export 'WechatyBuilder' not found. The requested module 'wechaty' is a CommonJS module, which may not support all module.exports as...

似乎设置了群聊白名单,和私聊白名单,如果私聊白名单的人在群里说话,不加@也会自动回复.

![1670728987](https://user-images.githubusercontent.com/120159224/206884798-4855ab6c-961c-43fc-8ac7-2105904d0d28.jpg) ![1670728987(1)](https://user-images.githubusercontent.com/120159224/206884801-6e6be336-70e9-4522-8339-95df496911b5.jpg)

不知为何连接超时,也没搜索到相关的问题 ``` D:\st\chatGPT_wechat\wechat-bot> npm run dev > [email protected] dev > node ./index.js 19:46:44 WARN WechatyPuppetMixin start() starting puppet ... timeout 19:46:44 WARN WechatyPuppetMixin start() puppet info: Puppet(WechatEveryDay) Start to log...

sky@raspberrypi:~/projects/wechat-bot $ npm i npm WARN deprecated [email protected]: this library is no longer supported npm WARN deprecated [email protected]: Please upgrade to version 7 or higher. Older versions may use Math.random()...

``` 11:01:09 ERR PuppetWeChatBridge start() exception: Error: An `executablePath` or `channel` must be specified for `puppeteer-core` 11:01:09 ERR PuppetWeChat initBridge() exception: An `executablePath` or `channel` must be specified for `puppeteer-core`...