文艺铃铛

文章
5
资源
0
加入时间
2年10月17天

python爬取微信好友头像_python 使用wxpy实现获取微信好友列表 头像 群成员

最近在学习 python 突然想要试试能不能把微信里面的微信群和好友取出来 结果百度了一下 找到了 wxpy 这怎么能不试一下呢用到 wxpy、threading、os、time 四个库第一步 判断文件夹是否存在 不存在则创建if not os.path.exists('./info/' + wechat.myself.name):filepath = os.getcwd()os.makedirs...