shengqiangzhang / examples-of-web-crawlers

一些非常有趣的python爬虫例子,对新手比较友好,主要爬取淘宝、天猫、微信、微信读书、豆瓣、QQ等网站。(Some interesting examples of python crawlers that are friendly to beginners. )

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

微信登录,隔一段时间会timeout,需要定时扫描二维码登录,好麻烦

xiewendan opened this issue · comments

@xiewendan
请具体描述一下?并截图。

大致是这样,我使用
wxpy这个库,
from wxpy import *
bot = Bot(cache_path = True)
会弹出二维码扫描登录,之后,隔了一个晚上,貌似 直接logout了,这样,我没办法一直发送微信消息,还得重新扫码登录,比较麻烦,不知道您有什么建议?

ok,我试一试,谢谢哈