微信和Python之间,还能这样玩的嘛,涨见识了!

安装

pip3 install itchat

Python学习资料或者需要代码、视频加Python学习群:960410445

主要用到的方法:

itchat.login() 微信扫描二维码登录

itchat.get_friends() 返回完整的好友列表,每个好友为一个字典, 其中第一项为本人的账号信息,传入update=True, 将更新好友列表并返回, get_friends(update=True)

itchat.get_head_img(userName="") 根据userName获取好友头像

微信好友头像拼接图

微信和Python之间,还能这样玩的嘛,涨见识了!

Python代码

获取头像

微信和Python之间,还能这样玩的嘛,涨见识了!

头像拼接图

微信和Python之间,还能这样玩的嘛,涨见识了!

性别统计图

微信和Python之间,还能这样玩的嘛,涨见识了!

微信和Python之间,还能这样玩的嘛,涨见识了!

个性签名统计图

微信和Python之间,还能这样玩的嘛,涨见识了!

微信和Python之间,还能这样玩的嘛,涨见识了!

猜你喜欢

转载自blog.csdn.net/qq_40925239/article/details/85049842