Bilitool

Latest version: v0.1.2

Safety actively analyzes 723217 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.1.2

What's Changed
* ci: add nuitka build ci by timerring in https://github.com/timerring/bilitool/pull/25
* chore: add shasum script by timerring in https://github.com/timerring/bilitool/pull/26
* fix: fix upload config sync by timerring in https://github.com/timerring/bilitool/pull/27
* perf: add detailed logs by timerring in https://github.com/timerring/bilitool/pull/28
* docs: publish docs by timerring in https://github.com/timerring/bilitool/pull/29
* refactor: adjust architecture by timerring in https://github.com/timerring/bilitool/pull/31
* build: build version v0.1.2 by timerring in https://github.com/timerring/bilitool/pull/33

🎉 This version utilizes the new build function `nuitka` to enable compilation for different platforms through `github-actions`. Additionally, it resolves certain issues related to uploading, refactors some code to align with the architecture, deploys the documatation, and incorporates some display optimizations.

SHA256 checksums
| SHA256 | File |
|---------------------------------------------------------------------------|-------------------------------------------|
| `a76113183c91343b4564975d6db96573f9e47cc531e48c781a4f6740425c530d` | bilitool-0.1.2-py3-none-any.whl |
| `9cb25258e646006f9542ca2f3465c93480a61c4671667414625b141750c5d6d8` | bilitool-0.1.2.tar.gz |
| `0194753bd6e5108eec2a4d3b7bce2691d85ae086b49dfd0439d2b54ce1ef461f` | bilitool-cli-linux-x86_64-0.1.2.zip |
| `b50beda5c20b47dc62adf5f3ca08a8d8ae245c9981cd971d13f0a01c6c35a421` | bilitool-cli-windows-x86_64-0.1.2.zip |

**Full Changelog**: https://github.com/timerring/bilitool/compare/v0.1.1...v0.1.2

0.1.1

What's Changed
* refactor: optimize the unittest preformance by timerring in https://github.com/timerring/bilitool/pull/19
* feat: add vid convert module by timerring in https://github.com/timerring/bilitool/pull/20
* feat: support both vid download by timerring in https://github.com/timerring/bilitool/pull/21
* feat: add tqdm progress bar by timerring in https://github.com/timerring/bilitool/pull/22
* feat: show detailed video info by timerring in https://github.com/timerring/bilitool/pull/23
* build: build version v0.1.1 by timerring in https://github.com/timerring/bilitool/pull/24

🎉 This version introduces the `convert` and `show` functions. Additionally, it supports `download` using both bvid and avid, resolves some display issues, and incorporates some test cases.

SHA256 checksums

| SHA256 | File |
|---------------------------------------------------------------------------|-------------------------------------------|
| `0dcd8f6e5ef4bf07676c9c6695557baee5cb9d81f8c61dcbc7b38d83c1408cbc` | bilitool-0.1.1-py3-none-any.whl |
| `b639b7ca5a350b1e5fa3b98df17e8dc1e04be2039038b6e4c282f59c2a8b739b` | bilitool-0.1.1.tar.gz |
| `14aa000df9a06db7e259f7bcea024967f175c61679de662b2e08141873eb516a` | bilitool-cli-linux-x86_64-0.1.1.zip |
| `b921694248491af1353fd92edb1d5ecdf58c530b901257d58e6145d9d761f2e5` | bilitool-cli-windows-x86_64-0.1.1.zip |


**Full Changelog**: https://github.com/timerring/bilitool/compare/v0.1.0...v0.1.1

0.1.0

What's Changed
* refactor: add headers decorator by timerring in https://github.com/timerring/bilitool/pull/14
* feat: add wbi sign module by timerring in https://github.com/timerring/bilitool/pull/15
* feat: list uploaded videos module by timerring in https://github.com/timerring/bilitool/pull/16
* refactor: adjust structure and rename project by timerring in https://github.com/timerring/bilitool/pull/17
* build: production version v0.1.0 by timerring in https://github.com/timerring/bilitool/pull/18

🎉 This version mainly renames biliuploader to the new name `bilitool`, refactors the headers, and adds some signing functions to avoid risk control. Besides, a new module has been added to query and list the recently uploaded videos info.

The production version has been released now!

SHA1 checksums
| SHA1 | File |
| ---- | ---- |
| `b893767d95b56124c2332c816812115bdf259a41` | bilitool-cli-linux-x86_64-0.1.0.zip |
| `6d0ba7e338cd911bba152a4909105a23f8b1aa23` | bilitool-0.1.0-py3-none-any.whl |
| `ae887ca7d9f849e79d795b080d90a765bda7846b` | bilitool-0.1.0.tar.gz |

**Full Changelog**: https://github.com/timerring/bilitool/compare/v0.0.4...v0.1.0

0.0.4

What's Changed
* fix: Error decoding command output on Windows by zhiweio in https://github.com/timerring/biliupload/pull/11
* feat: add query ip module by timerring in https://github.com/timerring/biliupload/pull/12
* build: build version v0.0.4 by timerring in https://github.com/timerring/biliupload/pull/13

New Contributors
* zhiweio made their first contribution in https://github.com/timerring/biliupload/pull/11

This version mainly addresses the decoding problem on Windows and incorporates a new module for querying IPs in case specific IPs are blocked.

Sign RSA Public key `D8672EF65097C0BDAAFD96A92F58164C4C97B308`

**Full Changelog**: https://github.com/timerring/biliupload/compare/v0.0.3...v0.0.4

0.0.3

What's Changed
* feat: add check login module by timerring in https://github.com/timerring/biliupload/pull/7
* feat: add logout module by timerring in https://github.com/timerring/biliupload/pull/8
* feat: add download module by timerring in https://github.com/timerring/biliupload/pull/9
* build: build version 0.0.3 by timerring in https://github.com/timerring/biliupload/pull/10

🎉 This version incorporates three features, namely the `check`, `logout` and `download` modules, which fundamentally realizes the common usage scenarios on Bilibili.

Sign RSA Public key `D8672EF65097C0BDAAFD96A92F58164C4C97B308`

**Full Changelog**: https://github.com/timerring/biliupload/compare/v0.0.2...v0.0.3

0.0.2

What's Changed
* build: change package dependencies by timerring in https://github.com/timerring/biliupload/pull/1
* chore: add issue and pr templates by timerring in https://github.com/timerring/biliupload/pull/2
* refactor: refactor entire code by timerring in https://github.com/timerring/biliupload/pull/4
* feat: restore upload parameters by timerring in https://github.com/timerring/biliupload/pull/5
* build: build version 0.0.2 by timerring in https://github.com/timerring/biliupload/pull/6

🎉 This version primarily refactors the project architecture into the Model-View-Controller (MVC) pattern to enhance its scalability, which serves as the foundation for supporting other operations and platforms.

Sign RSA Public key `D8672EF65097C0BDAAFD96A92F58164C4C97B308`

**Full Changelog**: https://github.com/timerring/biliupload/compare/v0.0.1...v0.0.2

Page 1 of 2

Links

Releases

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.