puppet-xp icon indicating copy to clipboard operation
puppet-xp copied to clipboard

Wechaty Puppet WeChat Windows Protocol

Results 86 puppet-xp issues
Sort by recently updated
recently updated
newest added

any plans to upgrade wechat client

good first issue

试用下来发现很多功能不支持,想看看能不能自己实现。

I have a window server, and I just wanna kown how to deploy on it. Just npm run start?

可以@所有人 吗

按照以下命令安装xp : git clone https://github.com/wechaty/wechaty-puppet-xp.git cd wechaty-puppet-xp npm install 运行以下命令,报错: ### C:\nodejs\wechaty-puppet-xp>node --loader ts-node/esm C:\nodejs\wechaty-puppet-x p\examples\ding-dong-bot.ts (node:3944) ExperimentalWarning: --experimental-loader is an experimental featur e. This feature could change at any...

软件版本: wechaty :1.13.20 wechaty-puppet-xp:1.10.19 测试消息: 测试🚗雅鹿 羽丝绒枕芯 29.9亓🉐,买1送1🉐2只 https://u.jd.com/Bwn83dE 全芯升级,饱满透气/回购赞 🔥京配包由,14.9亓🉐 JODIA 医用口罩 10只*10袋 https://u.jd.com/Btn8B3Y 日志输出效果如下: 实际微信界面消息如下:

``` async contactAvatar(contactId, file) { wechaty_puppet_1.log.verbose('PuppetXp', 'contactAvatar(%s)', contactId); /** * 1. set */ if (file) { return; } /** * 2. get */ const WECHATY_ICON_PNG = path_1.default.resolve('../../docs/images/wechaty-icon.png'); return file_box_1.FileBox.fromFile(WECHATY_ICON_PNG); }...

1、同一个对话框,`talkerId` 和 `toId` 都是固定的,不管是哪个人发,机器人永远是 `toId`,这也导致了 `Message.self()` 方法一直是 `false` 2、`Contact.alias()` 获取到的都为空,不管有无备注 3、`Message.mentionSelf()` 返回的结果一直都为 `false`

## Update Jan 15, 2022 Now we have an official way to start Wechaty Token Gateway for Puppet XP: ```sh $ npm install -g [email protected] wechaty-puppet-xp $ wechaty gateway --puppet...

documentation