Skip to main content

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>)

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)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ylz_bilibili-0.1.7-py3-none-any.whl (10.6 kB view details)

Uploaded Python 3

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

Hashes for ylz_bilibili-0.1.7.tar.gz
Algorithm Hash digest
SHA256 33479ad7e6481c1effb95e1184630bf677d6b8d6d7d564f4f283bec035abb798
MD5 71c31ab39b2b023ee52dee72a349cbbd
BLAKE2b-256 8ac492ac064a8cc4cfe468e9019d626d7c73ecda2407ee6f0aa4db451e33cab8

See more details on using hashes here.

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

Hashes for ylz_bilibili-0.1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 4155bd12a1a7e6cb41a3641cc710a58236e7156ed62c89a872d41ed183501f7d
MD5 a426df0f0d2504ef01068db9ea87ab2e
BLAKE2b-256 b5dcef72e3fdac85d00452a2539e08f6a52e054d064e7ab674bc9ee75944eea2

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.1.7 This release

2 files

0.1.6

2 files

0.1.5

2 files

0.1.4

2 files

0.1.3

2 files

0.1.2

2 files

0.1.1

2 files

0.1.0

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page