python3爬取微信通信录信息并保存头像

安装 pip3 install itchatpython 代码微信 # -*- coding: utf-8 -*- import itchat #用于二维码登陆微信, itchat.auto_login() #获取通信录 for friend in itchat.get_friends(update=True)[0:]: # print(friend['NickName']) p
相关文章
相关标签/搜索