LuChao

Results 37 issues of LuChao

I used puppet-wxwork and puppet-padlocal to run wechaty-getting-started with npm start. There seems to be some problems. Neither puppet works normally. # Test puppet-wxwork ## Env: ``` wechaty-getting-started: 1.18.4 wechaty-puppet-service:1.18.2...

question

choogoo@Tommys-MacBook-Pro WechatyS3Plugin % wx-voice compile [wx-voice] ⠋ Running command: compile-1 [wx-voice] compile-1 success [wx-voice] ⠇ Running command: compile-2 [wx-voice] compile-2 success choogoo@Tommys-MacBook-Pro WechatyS3Plugin % wx-voice decode -i 1004016.silk -o output.mp3...

``` if (type === bot.Message.Type.Contact) { messageType = 'Contact' textBox = await message.toContact() } ``` (node:83962) UnhandledPromiseRejectionWarning: Error: not implement at PuppetPadlocal.messageContact (/Users/choogoo/WeChatProjects/groupmaster/wechatbot/node_modules/wechaty-puppet-padlocal/dist/puppet-padlocal.js:496:15) at WechatifiedMessage.toContact (/Users/choogoo/WeChatProjects/groupmaster/wechatbot/node_modules/wechaty/dist/src/user/message.js:816:53) at Wechaty. (/Users/choogoo/WeChatProjects/groupmaster/wechatbot/chatbot-pro.js:483:37) at...

enhancement

[4] http://weixin.qq.com/x/oYldCbNPP4YzHv1t74F8 Scan QR Code above to log in: Error: not logged in, no this.__currentUserId yet. at PuppetXp.get currentUserId [as currentUserId] (file:///C:/luyc/wechaty-puppet-xp/node_modules/wechaty-puppet/src/mixins/login-mixin.ts:23:15) at PuppetXp.onHookRecvMsg (file:///C:/luyc/wechaty-puppet-xp/src/puppet-xp.ts:310:11) at WeChatSidecar. (file:///C:/luyc/wechaty-puppet-xp/src/puppet-xp.ts:70:26) at WeChatSidecar.emit...

## 开源软件供应链点亮计划 “开源软件供应链点亮计划-暑期2021”(以下简称 暑期2021)是由中科院软件所与 openEuler 社区共同举办的一项面向高校学生的暑期活动,旨在鼓励在校学生积极参与开源软件的开发维护,促进国内优秀开源软件社区的蓬勃发展。 根据项目的难易程度和完成情况,参与者还可获取“开源软件供应链点亮计划-暑期2021”活动奖金和奖杯。 官网:[summer.iscas.ac.cn](https://summer.iscas.ac.cn/) ## Wechaty Wechaty 是一个开源聊天机器人框架SDK,具有高度封装、高可用的特性,支持NodeJs, Python, Go 和Java 等多语言版本。在过去的4年中,服务了数万名开发者,收获了 Github 的 8000 Star。同时配置了完整的DevOps体系并持续按照Apache 的方式管理技术社区。 # 基于 Wechaty 实现微俱乐部会员&活动管理的微信小程序 ## 背景介绍 目前有大量各种活动俱乐部使用微信群组织活动,发起接龙报名以及进行会员管理等。 俱乐部中大多采用传统的接龙方式进行活动报名,因个别群成员误操作经常出现接龙信息混乱、错误等情况,且活动信息、报名信息不能很好的留存和统计。 我们在本次...

🚨 The issue tracker is not for questions 🚨 If you have a question, please ask it on https://stackoverflow.com/questions/tagged/wechaty [question] > cross-env WECHATY_LOG=verbose WECHATY_PUPPET=wechaty-puppet-wechat npm start > [email protected] start >...

1. 增加python客户端 2. 格式化readme

使用frida const admin = readWideString(node.add(0x74)) 可以获得群管理员id 希望可以加入到funtool_wx中 ``` if (len > 4) { const memberStr: any = readString(node.add(0x44)) if (memberStr.length > 0) { const admin = readWideString(node.add(0x74)) // console.log('获取到的admin', admin)...

https://github.com/cixingguangming55555/wechat-bot/pull/215

I am very happy to announce that puppet-xp has started to support the v3.6.0.118 version of WeChat. You can install the experience by running npm install [email protected]. At the same...

enhancement