wxautoapi icon indicating copy to clipboard operation
wxautoapi copied to clipboard

wxauto后台调用版本,适用于微信3.7.0.29

Results 16 wxautoapi issues
Sort by recently updated
recently updated
newest added

1、使用pycharm运行,登录后,无法执行后面的语句;使用python命令行能正常运行;想写自动化脚本 ![image](https://user-images.githubusercontent.com/73236718/191432954-f8f482ca-0a96-4d71-baf1-83e0c5e20745.png) ![image](https://user-images.githubusercontent.com/73236718/191433095-53650a74-a659-4e3f-8250-05a2f5de2317.png) 2、作者会出linux版本的api么 3、这其中的原理是什么?监听进程,寻址;还是调用其他库(猜想)

可以增加语音信息的输入嘛

试了三个好友, 通过nickname查询都可以, 但是通过wxid查的只有一个返回正确结果,另外两个都没用返回任何结果,shell都卡住了

文档中的描述如下 ![image](https://user-images.githubusercontent.com/50441562/187870354-4fb98fbd-b6cc-40c6-be43-c4ff4a2e6139.png) 但实际运行中发现, msg.text根本无法获取消息内容,而是会卡在这一条语句。这个bug让我调试了一下午的时间。 最后发现,将msg.text 换为msg.info["content"]后,可以获取消息内容,一切正常。但是这一方法没有在文档中提及。

![image](https://user-images.githubusercontent.com/97491656/187120487-2aeac88c-865c-4dca-b57a-c0f7c79841aa.png)