Skip to content

Files

Latest commit

 

History

History
 
 

client

使用方法

运行环境

python最低要求为 python3.6

打包

(一般不建议对 python 项目打包)

安装 pyinstaller

pip install pyinstaller

打包程序

pyinstaller main.spec

dist 中找到目标文件

扩展

custom.py文件

移植

经过多次迭代,yobot与cq-http-api的耦合越来越深,不再适合移植了