Skip to content

Commit

Permalink
⬆️ update version depends 📝 update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadow403 committed Dec 14, 2024
1 parent 045c15b commit 09c87b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,20 @@

## 📖 简介
#### ✨ 一个B站直播监听程序 ✨
- 配置项: `Json`
- 配置项: `Yaml`
- 数据库: `SQLite3`
- API框架: `FastAPI`

## 📚 使用方法
```bash
git clone https://github.com/Shadow403/BiliListener.git
cd BiliListener
```
```bash
pip install poetry
poetry install
```

## 📝 配置
- 修改 `config` 文件夹下的 `config.py.example` 重命名为 `config.py` 并修改文件内的 `SESSDATA` 字段 `(填入已登录B站的SESSDATA)`
- 修改 `config.yml` 下的 `auth.sessdata` 填入`填入已登录B站的 SESSDATA`

## 🍻 运行
- `pusher.py` 监听入口程序
Expand Down Expand Up @@ -61,7 +60,7 @@ BiliListener
## TODO ⏰

- [x] 打包该项目 📦
- [ ] 支持配置文件 🛠️
- [x] 支持配置文件 🛠️
- [ ] 掉线(数据不完整)标记 ☄️

<br>
Expand All @@ -76,3 +75,4 @@ BiliListener
- `v0.1.4` ✨ 添加更多记录的数据 `config.json`
- `v0.1.5` ✨ 整体重构
- `v0.1.6` 📦 打包该项目 🐍 修复数据库 `Bugs`
- `v0.1.6` 📦 打包该项目 🐍 修复数据库 `Bugs`
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "BiliListener"
version = "0.1.6"
version = "0.1.7"
package-mode = false
description = "BiliBili异步直播监听程序"
authors = ["Shadow403 <admin@shadow403.cn>"]
Expand Down

0 comments on commit 09c87b5

Please sign in to comment.