摘要: 一、微信好友分析 步骤一: 需要下载wxpy库、openpyxl库和pandas库 步骤二: 读取微信好友信息,并存为excel文件 from wxpy import * import openpyxl import pandas as pd def shuju(): bot=Bot(cache_path=True) friend_all=bot.friends() ... 阅读全文
posted @ 2019-06-05 10:42 PLG 阅读(204) 评论(0) 推荐(0) 编辑