python之微信機器人

import itchat import pandas as pd itchat.auto_login(hotReload=True) friends=itchat.get_friends(update=True) def get_attr(friends,key): return list(map(lambda user:user.get(key),friends)) nickname=
相關文章
相關標籤/搜索