Releases: wyf9/sleepy
Releases · wyf9/sleepy
v3.0
v2.0
部署
- Clone 本仓库 (建议先 Fork),或直接在下面下载代码
git clone https://github.com/wyf9/sleepy.git
# or ssh:
# git clone [email protected]:wyf9/sleepy.git
- 安装依赖
cd sleepy
./install_lib.sh
# or windows:
# .\install_lib.bat
# 也可自行安装: pip install -r requirements.txt
# 其实只有 Flask (目前)
- 编辑配置文件
先启动一遍程序:
python3 server.py
如果不出意外,会提示: [Warning] [YYYY-MM-DD hh:mm:ss] data.json not exist, creating
,同时目录下出现 data.json
文件,编辑该文件中的配置即可 (示例请 查看 example.jsonc
)
使用
有两种启动方式:
- 直接启动
python3 server.py
- 简易启动器
python3 start.py
更多请看仓库 README.
下面是github生成的release notes
What's Changed
New Contributors
Full Changelog: v1.0...v2.0