-
-
Notifications
You must be signed in to change notification settings - Fork 591
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adapter: Gewechat #3305
Comments
📃 商店发布检查结果
✅ 所有测试通过,一切准备就绪! 详情
💡 如需修改信息,请直接修改 issue,机器人会自动更新检查结果。 ♻️ 评论已更新至最新检查结果 💪 Powered by NoneFlow |
适配器依赖不应该添加 nonebot2 的驱动器依赖,请删除。datetime 是标准库,请删除依赖。ujson 版本限制了 patch,请修改为 minor。 create_task 的返回值需要存储,请参考其他适配器添加 self.tasks 并且在 shutdown 的时候进行清理。 适配器注册 http 路径不规范,请以 适配器名 为前缀。适配器登录需要 input,请在 startup 内完成,而不是在后台 create task。 适配器使用了 pydantic v2 的方法,请使用 nonebot.compat 提供的方法。 log wrapper 里的名字请填写适配器名称,例如 Gewechat。 |
#2435 |
感谢review, 已修改 |
已遵循大部分规范 |
适配器名称
Gewechat
适配器描述
Gewechat 微信协议适配器
PyPI 项目名
nonebot-adapter-gewechat
适配器 import 包名
nonebot.adapters.gewechat
适配器项目仓库/主页链接
https://github.com/Shine-Light/nonebot-adapter-gewechat
标签
[{"label":"微信","color":"#79ea52"}]
The text was updated successfully, but these errors were encountered: