Skip to content
This repository was archived by the owner on Jan 28, 2026. It is now read-only.

Commit 6721edc

Browse files
committed
docs: update docs
1 parent 535304f commit 6721edc

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README-en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[简体中文](./README.md) | English
44

5-
> Welcome to use, feel free to provide feedback, and contribute to this project via PR.
5+
> Welcome to use, feel free to provide feedback, and contribute to this project via PR. Please do not use it for any purpose that violates the community rules.
66
77
`bilitool` is a Python toolkit for logging in, downloading videos, uploading videos to Bilibili, and more. It can be operated via command-line CLI or used as a library in other projects.
88

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
简体中文 | [English](./README-en.md)
44

5-
> 欢迎使用,欢迎提供更多反馈,欢迎 PR 贡献此项目。
5+
> 欢迎使用,欢迎提供更多反馈,欢迎 PR 贡献此项目,请勿用于违反社区规定的用途
66
77
`bilitool` 是一个 python 的工具库,实现持久化登录,下载视频,上传视频到 bilibili 等功能,可以使用命令行 cli 操作,也可以作为其他项目的库使用。
88

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ version = "0.1.0"
88
authors = [
99
{ name="timerring"},
1010
]
11-
description = "Login and upload videos to bilibili"
11+
description = "The Python toolkit package and cli designed for interaction with Bilibili"
1212
readme = "README.md"
1313
license = { file="LICENSE" }
1414
requires-python = ">=3.10"

0 commit comments

Comments
 (0)