摘要: ''' 爬取所有微信好友的信息 ''' import itchat from pandas import DataFrame itchat.login() friends = itchat.get_friends(update=True)[0:] def get_var(var): variable = [] for i in friends: value... 阅读全文
posted @ 2018-04-11 22:49 飞奔的小水牛 阅读(73) 评论(0) 推荐(0) 编辑
摘要: 前提: 1、微信号 2、pip install wxpy 3、pip install requests 代码: 关于wxpy模块可以参考http://wxpy.readthedocs.io/zh/latest/bot.html 阅读全文
posted @ 2018-04-11 22:22 飞奔的小水牛 阅读(2595) 评论(0) 推荐(0) 编辑