wxBot icon indicating copy to clipboard operation
wxBot copied to clipboard

Python网页微信API

Results 100 wxBot issues
Sort by recently updated
recently updated
newest added

在手机上@就有回应,但是在电脑版微信上@就完全不能识别了。

Code主,你好 有个小问题 微信的Web协议跟iPad端协议有什么区别吗?同样是扫码登陆。 iPad协议会不会稳定些许?

发送消息到群的时候需要这个UserName,也就是dest,但发现每次登录都会变,大概是“@@51eef25bbf0a1c10590d65...”类似这样。 有没有不变的属性?不想用显示的名称,因为这个名称有可能会改成别的。

Except in proc_msg Traceback (most recent call last): File "/Users/eve/codeing/learn/python/wxin/wxBot/wxbot.py", line 786, in proc_msg self.handle_msg(r) File "/Users/eve/codeing/learn/python/wxin/wxBot/wxbot.py", line 759, in handle_msg self.handle_msg_all(message) File "bot.py", line 72, in handle_msg_all self.send_msg_by_uid(self.tuling_auto_reply(msg['user']['id'], msg['content']['data']),...

[MSG] Roger,Standby。: [ERROR] Except in proc_msg Traceback (most recent call last): File "E:\wxbot\wxbot.py", line 618, in proc_msg self.handle_msg(r) File "E:\wxbot\wxbot.py", line 588, in handle_msg content = self.extract_msg_content(msg_type_id, msg) File "E:\wxbot\wxbot.py",...

对群来说,群收款、群名称修改等(可能有更多,例如新成员进群,或者成员退群、被踢之类的消息,待测试)也会返回 content type 12,而不只是红包。可能对私聊来说转账也会是,未测试。 content data 可以分辨内容,content user id 是 content data 裁剪最后两个字符,就几个测试来说是这样。也不知道是否是普遍情况,先记录着。