You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
wu860
changed the title
itchat.get_chatrooms(update=True)无法获取全部的群组列表
itchat.get_chatrooms(update=True)无法获取全部的群组列表,只能获取到部分活跃的群组
Aug 15, 2017
wu860
changed the title
itchat.get_chatrooms(update=True)无法获取全部的群组列表,只能获取到部分活跃的群组
itchat.get_chatrooms(update=True)无法获取全部的群组列表,只能获取到活跃的群组,其他获取不到
Aug 15, 2017
This generates a large volume of network traffic and wechat may not be happy with it. In my test, the program can sometimes output ~20K connections (about the size of my circle) but sometimes only up to 10K
请使用
itchat.run(debug=True)
运行,并将输出粘贴在下面:chatroomsList =itchat.get_chatrooms(update=True)
#time.sleep(10)
print chatroomsList
for chatroom in chatroomsList:
#time.sleep(20)
print chatroom["NickName"]
itchat.send(u'测试!!!,请勿回复!',chatroom['UserName'])
itchat (1.3.9)使用pip安装,python2.7.12 x64 win7 x64
其他的内容或者问题更详细的描述都可以添加在下面:
The text was updated successfully, but these errors were encountered: