WeRoBot 介绍
WeRoBot是一个基于Python的微信机器人框架。
简单的Hello World:
import werobot robot = werobot.WeRoBot(token='tokenhere') @robot.handler def echo(message): return 'Hello World!' robot.run()
程序名称:WeRoBot
授权协议: MIT
操作系统: Windows
开发语言: Python
WeRoBot是一个基于Python的微信机器人框架。
简单的Hello World:
import werobot robot = werobot.WeRoBot(token='tokenhere') @robot.handler def echo(message): return 'Hello World!' robot.run()