Python實踐-itchat獲取微信好友總人數以及男女比例

1 itchat是微信的個人開放接口;本文利用Python+itchat實現簡單的個人好友數量以及男女比例的統計   itchat 的安裝:pip install itchat(需要權限的可以使用sudo) 2 實驗代碼以及結果截圖 #coding=utf-8 import itchat,time itchat.login() #微信好友男女比例分析 friends=itchat.get_frie
相關文章
相關標籤/搜索