No project description provided
Project description
1、安装依赖
> poetry shell
> poetry install
2、配置环境变量
> export SESSDATA=...
> export BILI_JCT=...
> export BUVID3=...
or
将.env_sample更改为.env,并配置SESSDATA、BILI_JCT、BUVID3环境变量
3、运行
> python3 src/main.py serve
4、发布与构建
> poetry publish --build
5、docker
> docker build -t ylz_bilibili .
> docker run -id --rm -p 3000:3000 ylz_bilibili
6、其他系统安装与命令行
> pip3 install -U ylz_bilibili
> ylz_bilibili serve
7、其他系统集成
> pip3 install -U ylz_bilibili
> vi main.py
from bilibili import BilibiliLib
if __name__=="__main__":
bilibiliLib = BilibiliLib()
res = bilibiliLib.parse_video(<buvid>)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ylz_bilibili-0.1.6.tar.gz
(8.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ylz_bilibili-0.1.6.tar.gz.
File metadata
- Download URL: ylz_bilibili-0.1.6.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.13.0 Darwin/21.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c0a0b949b6bb9e11a76e40bf2e582434f2a71523f09fcb2f4479a2ca788bdcf2
|
|
| MD5 |
1b6fe05f218c26da534965432c5d833d
|
|
| BLAKE2b-256 |
7c7213acffab964e0ff190e25870b7ad90b8985f35ccc06b24873a7dce0bc459
|
File details
Details for the file ylz_bilibili-0.1.6-py3-none-any.whl.
File metadata
- Download URL: ylz_bilibili-0.1.6-py3-none-any.whl
- Upload date:
- Size: 10.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.13.0 Darwin/21.6.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2dc8328ee2cb59002ff964f791298d6af8460752c644e2050422b49b243a87cf
|
|
| MD5 |
15118096fe3628d3f19127b885f6f983
|
|
| BLAKE2b-256 |
610201a71d93b830004694e0bde595556644195d8d9e1555731019861de1ae6a
|