手把手教你用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
相关文章
相关标签/搜索