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
相關文章
相關標籤/搜索