puppet-whatsapp
puppet-whatsapp copied to clipboard
Wechaty Puppet for Whatsapp
> Important:Please file the issue follow the template, or we won't be able to help you to solve the problem. ## 0. Report Issue Guide 1. Please run the following...
> Important:Please file the issue follow the template, or we won't be able to help you to solve the problem. ## 0. Report Issue Guide 1. Please run the following...
There's a scenario where in one Node.js process, we need to instantiate two Wechaty instances to support managing two Whatsapp accounts. We know that Puppet Whatsapp will use`.wwebjs_auth` folder to...
## 2022-07-05 ~ 2022-07-18 ## DDR Code WhatsApp: Ding count: 144, Dong count: 49, Ding dong rate 34% > 给bot自身发送消息存在超时情况,导致统计的DDR不准确。
近期 wechaty 层面在推进引用消息相关的[PR](https://github.com/wechaty/wechaty/issues/2387),whatsapp-web api也提供了引用消息相关的接口,需要给 puppet-whatsapp 增加引用消息功能。
For now we'll return a contactId no matter if it's a whatsapp user or not. This will make bot user confused. We should check if it is a registered whatsapp...
```sh friday@wechaty-contributors:~/git/friday$ npm ls wechaty-puppet-whatsapp [email protected] /home/friday/git/friday └── [email protected] ``` Error log messages: ```sh ... undefined undefined undefined undefined undefined undefined undefined undefined undefined undefined undefined undefined undefined undefined undefined...
I logged in with Puppet WhatsApp once, and then want to start from refresh again. Then I deleted the `ding-dong-bot.memory-card.json`, and started Wechaty again. However, the Bot still has old...
**关于 whatsapp 动态** 双方必须互在对方通讯录中才可以看到对方动态,否则无法查看动态。 动态支持的种类: - 文字(支持背景色) - 图片 (+ 文字) - 视频 (+ 文字) 可以针对动态进行回复(回复的形式:文字,表情,图片,视频) > 若动态被查阅后,会有对应的ack变动(仅针对初次被查看),且目前无法统计到观看人数和具体成员。 **如何区分动态和消息** 可以根据 `isStatus` 字段结合 `to` 字段来判断当前消息是否为动态消息。 ``` "to": "status@broadcast", "isStatus": true, ```...
After running for some time, the puppet might not emit the scan event anymore. (maybe due to the current login session has been invalid) Which will stuck the Wechaty bot...