-
二维码可以正常扫描,在手机端确认信息后,报错信息如下:
`Traceback (most recent call last):
File "C:/Users/chris/PycharmProjects/wxrobot/robot.py", line 11, in
bot = Bot(cache_path=True)
File "C:\Users\chris\Pycharm…
-
你好,扫码之后有这样的报错,请问如何解决?
```
Getting uuid of QR code.
Downloading QR code.
Please scan the QR code to log in.
Please press confirm on your phone.
Loading the contact, this may take a little while.
…
-
Ubuntu 14.04 python2.7.6
仅仅输入以下两句
>>> from wxpy import *
>>> bot = Bot(True, console_qr=True)
过一会,自动报错
>>> Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/itcha…
-
When I run the following command
ipython --pylab --gui=wx demo_pclview.py
What I am getting is the message "Using matplotlib backend: MacOSX", the warning that "Using deprecated class PySimpleApp." …
-
目前wxpy虽然可以用,但是微信后期铁定关闭这个入口,市面上其他微信自动操作软件都属于商用,大多数都收费,我在这,希望汇集各大有需求的群友,一起讨论解决方案。有兴趣讨论技术方案的加我:
微信:sword52888
-
#training.py
```python
import requests
from wxpy import *
from pyquery import PyQuery
# 初始化机器人,扫码登陆
bot = Bot(cache_path=True)
@bot.register(Friend,SHARING)#对朋友发的sharing操作
def reply(msg):#注册函数…
-
我的代码如下,有2个问题,请大神指教,谢谢!
第一,我的信息好像并没有发送给到指定的好友,是没有搜索到吗?不知道问题出在哪里。
第二,VS code 提示:`Unable to import d11_training1`。d11_training1.py 也贴在下面,请帮忙看看问题出在哪里。
**d12_training2.py**
```python
from wxpy imp…
-
17年前登陆过web网页版的微信可以登录并使用此框架,17年后的新注册微信号包括以前没有登陆过web网页版微信的号无法使用此框架,想搞着自己的机器人搞着玩的,可以去购买支持web登录微信号,如果是公司开发需要,那么唯一选择就是找正规企业合作API,(因为大家github搜索出来的基本都是网页版 wxpy wechaty itchat等等都是基于网页微信开发的)。所以以寻找API提供商,不过著名的提…
-
@powersam 最近了解到,似乎Web微信开始屏蔽`微信ID`了,所以请使用wxpy的用户对象,或类似`@1234567890abcdef...` 的 user_name。
user_name是对自己好友才有的,已经是好友了还加什么呢?现在能否说明一下添加好友这个接口到底可以用不(通过微信号,手机号什么的)
-
使用 `Bot().groups()` 时,无法获取所有的聊天群组,只能显示9个群,请问这是什么原因呢?
具体的代码如下:
```
bot = Bot(cache_path=True)
bot.enable_puid('wxpy_puid.pkl)
bot.groups(update=True).search(u'测试')
```
使用 `Bot().groups().sea…