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.7.tar.gz
(8.4 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.7.tar.gz.
File metadata
- Download URL: ylz_bilibili-0.1.7.tar.gz
- Upload date:
- Size: 8.4 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 |
33479ad7e6481c1effb95e1184630bf677d6b8d6d7d564f4f283bec035abb798
|
|
| MD5 |
71c31ab39b2b023ee52dee72a349cbbd
|
|
| BLAKE2b-256 |
8ac492ac064a8cc4cfe468e9019d626d7c73ecda2407ee6f0aa4db451e33cab8
|
File details
Details for the file ylz_bilibili-0.1.7-py3-none-any.whl.
File metadata
- Download URL: ylz_bilibili-0.1.7-py3-none-any.whl
- Upload date:
- Size: 10.6 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 |
4155bd12a1a7e6cb41a3641cc710a58236e7156ed62c89a872d41ed183501f7d
|
|
| MD5 |
a426df0f0d2504ef01068db9ea87ab2e
|
|
| BLAKE2b-256 |
b5dcef72e3fdac85d00452a2539e08f6a52e054d064e7ab674bc9ee75944eea2
|