-
### 版本信息 Version Info
```
EH Forwarder Bot
Version: 2.1.1
Python version:
3.11.6 (main, Oct 13 2023, 15:52:55) [GCC 13.1.1 20230722]
Running on profile "default".
Master channel:
…
-
**Is your feature request related to a problem? Please describe.**
Concurrency has been popular for IO heavy applications like EFB. There’s a wide range of frameworks like `aiorequests` / `telethon…
-
目前wxpy虽然可以用,但是微信后期铁定关闭这个入口,市面上其他微信自动操作软件都属于商用,大多数都收费,我在这,希望汇集各大有需求的群友,一起讨论解决方案。有兴趣讨论技术方案的加我:
微信:sword52888
-
@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…
-
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…
-
/wechat_bot/wechat_bot.py中应该怎么修改才能把log返回给发送消息的用户?
-
看了一下文档,好像没有提到与标签有关的接口和功能。
-
错误提示:
Traceback (most recent call last):
File "C:\Python34\lib\site-packages\urllib3\connectionpool.py", line 601, in urlopen
chunked=chunked)
File "C:\Python34\lib\site-packages\urllib3\c…
-
没看到有获取好友头像、群成员头像、群成员性别的接口啊,求指点