WeRoBot是一个基于Python的微信机器人框架。
简单的Hello World:
import werobot robot = werobot.WeRoBot(token='tokenhere') @robot.handler def Echo(message): return 'Hello World!' robot.run()
发布于 2017-12-12 10:20:29 | 164 次阅读
发布于 2017-02-08 23:51:10 | 147 次阅读
发布于 2016-11-26 03:59:14 | 178 次阅读