Skip to content

Releases: wyf9/sleepy

v3.0

13 Nov 12:41
f7fb26e
Compare
Choose a tag to compare

(其实没什么更改)

What's Changed

Full Changelog: v2.0...v3.0

v2.0

28 Aug 12:36
3e0862b
Compare
Choose a tag to compare

部署

  1. Clone 本仓库 (建议先 Fork),或直接在下面下载代码
git clone https://github.com/wyf9/sleepy.git
# or ssh:
# git clone [email protected]:wyf9/sleepy.git
  1. 安装依赖
cd sleepy
./install_lib.sh
# or windows:
# .\install_lib.bat
# 也可自行安装: pip install -r requirements.txt
# 其实只有 Flask (目前)
  1. 编辑配置文件

先启动一遍程序:

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

  • @wyf9 made their first contribution in #1

Full Changelog: v1.0...v2.0

v1.0

31 Jul 08:00
Compare
Choose a tag to compare

使用

下载压缩包解压,然后按 README.md 中的说明操作即可.