puppet-xp
puppet-xp copied to clipboard
Wechaty Puppet WeChat Windows Protocol
puppet-xp.ts ```js override async messageForward ( conversationId: string, messageId: string, ): Promise { log.verbose('PuppetXp', 'messageForward(%s, %s)', conversationId, messageId, ) const curMessage = this.messageStore[messageId] if (curMessage?.type === PUPPET.types.Message.Text) { await this.messageSendText(conversationId,...
puppet-xp can get the thumbnail image file path, `FileStorage\\Image\\Thumb\\2022-01\\c4856650cf8472e72cfff4e8308ee2ab_t.dat` but can not get the original image data file. `FileStorage\Image\2022-01\6b69663a6a8e17712b589f4586e55e58.dat`
When the robot is pulled into the group by friends, an error occurs when the group receives a message ``` Windows 10 Wechat 3.3.0.115 Node v16.13.1 Python 3.10.1 ``` ```...
I've learned the examples, but I still don't know how to find the specific contact with the name or nickname, and send the messages. I suggest to add this code...
I'm not sure I should report it here or in the wechaty-puppet repository as I don't have a token to try other protocal. I tracked down to wechaty/wechaty-puppet's `async contactSearch()`...
Hi. I want to send a GIF by its URL, but I can only receive a static picture on the wechat client. This is my code ```ts const file =...
[email protected] start G:\php_dnmp\www\wechaty-puppet-xp > cross-env NODE_OPTIONS="--no-warnings --loader=ts-node/esm" node examples/ding-dong-bot.ts node: --experimental-loader requires --experimental-modules be enabled npm ERR! code ELIFECYCLE npm ERR! errno 9 npm ERR! [email protected] start: `cross-env NODE_OPTIONS="--no-warnings --loader=ts-node/esm"...
This project is so cool. 👍 BTW, I found an issue when I run the example and calling sidecar.getChatroomMemberNickInfo(). Code here: [https://github.com/wechaty/wechaty-puppet-xp/blob/dfe9229b3f19914ee821b267ab04034cad642391/src/puppet-xp.ts#L176](https://github.com/wechaty/wechaty-puppet-xp/blob/dfe9229b3f19914ee821b267ab04034cad642391/src/puppet-xp.ts#L176) From my test, it will throw exception if...
Hello to developers who are using Wechaty, We have excellent news for you: **Wechaty Puppet XP that supporting Windows WeChat Hooking, is going to be ready for testing!**, and Alpha...
1. use ts refactoring init-agent-script.js code 2. module manage agent code 3. issue #136