手把手教你用7行代码实现微信聊天机器人 -- Python wxpy
环境要求:Windows / Linux / Mac OSPython 3.4-3.6,以及 2.7 版本wxpy安装## 使用国内源安装速度快pip install -U wxpy -i "https://pypi.doubanio.com/simple/"实例让机器人与所有好友聊天from wxpy import *# 实例化,并登录微信bot = Bot(cache_path=True)# ...
转载
2018-03-28 16:09:04 ·
1463 阅读 ·
0 评论