手把手教你用7行代碼實現微信聊天機器人 -- Python wxpy

環境要求: Windows / Linux / Mac OS Python 3.4-3.6,以及 2.7 版本 wxpy安裝 ## 使用國內源安裝速度快 pip install -U wxpy -i "https://pypi.doubanio.com/simple/" 實例 讓機器人與全部好友聊天 from wxpy import * # 實例化,並登陸微信 bot = Bot(cache_pa
相關文章
相關標籤/搜索