python之微信好友统计信息
程序员文章站
2022-05-14 09:07:51
需要安装库:wxpy 代码如下: ......
需要安装库:wxpy
代码如下:
from wxpy import bot,tuling,embed,ensure_one bot = bot(cache_path=true) #获取好友信息 bot.chats() #获取好友的统计信息 friends = bot.friends() print(friends.stats_text())