- 授权协议: MIT
- 开发语言: Python
- 操作系统: Windows
- 软件首页: https://github.com/whtsky/WeRoBot
- 软件文档: https://werobot.readthedocs.org/en/latest/
软件介绍
WeRoBot是一个基于Python的微信机器人框架。
简单的Hello World:
import werobot
robot = werobot.WeRoBot(token='tokenhere')
@robot.handler
def echo(message):
return 'Hello World!'
robot.run()
The Haskell School of Expression
Paul Hudak / Cambridge University Press / 2000-01 / USD 95.00
Functional programming is a style of programming that emphasizes the use of functions (in contrast to object-oriented programming, which emphasizes the use of objects). It has become popular in recen......一起来看看 《The Haskell School of Expression》 这本书的介绍吧!
