gitea推送消息至QQ
Go to file Use this template
2023-12-19 00:09:54 +08:00
.idea init 2023-12-18 19:37:29 +08:00
.gitignore 增加pydantic类型支持 2023-12-18 20:20:59 +08:00
gitea_model.py 完成基本的工单消息推送 2023-12-18 22:47:18 +08:00
model.py init 2023-12-18 19:37:29 +08:00
README.md init 2023-12-18 19:37:29 +08:00
server.py 添加gitea oauth2回调接口 2023-12-18 23:46:25 +08:00
unit.py 添加通用工具函数包 2023-12-19 00:09:54 +08:00

启动前自行准备config.toml文件

开发使用这个启动

python server.py

生产环境

sanic server:app --host=0.0.0.0 --port=80