Quantcast
Channel: CodeSection,代码区,Python开发技术文章_教程 - CodeSec
Viewing all articles
Browse latest Browse all 9596

WeRoBot 1.1.0,Python 的微信公众号开发框架

$
0
0

WeRoBot 1.1.0 发布了。有以下更新:

为 werobot.robot.BaseRoBot 增加 client property

允许在初始化 werobot.robot.BaseRoBot 时传入 Config 。注意如果传入了 config , BaseRoBot 会忽略除 config 与 logger 外的其他所有的参数。

deprecate werobot.robot.BaseRoBot 的 enable_session 参数

Session Storage 现在是惰性加载的了; 如果希望关闭 Session , 请将 Config 中的 SESSION_STORAGE 设为 False ( #189 )

修复了打包时error.html被忽略导致的默认错误页面错误的问题 ( #194 )

允许使用 reply.time 的方式快速读取 Reply 属性

完善 WeRoBot.Client ―― 微信 API 操作类 中自定义菜单、消息管理、素材管理、用户管理、账户管理、素材管理部分的API

修复了直接 GET 访问 Robot 主页返回 500 的问题

WeRoBot 1.1.0 中我们继续致力于提高代码的质量和加入新的功能,具体更新内容可见 change log。

Change Log: https://werobot.readthedocs.io/zh_CN/latest/changelog.html#version-1-1-0

下载地址:


Viewing all articles
Browse latest Browse all 9596

Trending Articles