Python 爬微信男女人數和各地區人數

須要導入wxpy模塊python from wxpy import * bot = Bot(cache_path=True) # 用於解決每次掃碼登陸 friends_stat = bot.friends().stats() friend_loc = [] # 每個元素是一個二元列表,分別存儲地區和人數信息 for province, count in friends_stat["pro
相關文章
相關標籤/搜索