Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/feeluown/feeluown-bilibili
Yet another bilibili plugin for FeelUOwn player
https://github.com/feeluown/feeluown-bilibili
bilibili feeluown pyqt python qt
Last synced: about 1 month ago
JSON representation
Yet another bilibili plugin for FeelUOwn player
- Host: GitHub
- URL: https://github.com/feeluown/feeluown-bilibili
- Owner: feeluown
- License: gpl-3.0
- Created: 2022-07-03T06:00:43.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-18T15:17:08.000Z (4 months ago)
- Last Synced: 2024-09-18T16:49:02.637Z (3 months ago)
- Topics: bilibili, feeluown, pyqt, python, qt
- Language: Python
- Homepage:
- Size: 283 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Yet another bilibili plugin for FeelUOwn player
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/brucezhang1993/feeluown-bilibili/build.yml?style=for-the-badge)
![Arch Linux package](https://img.shields.io/archlinux/v/extra/any/feeluown-bilibili?style=for-the-badge)
[![PyPI](https://img.shields.io/pypi/v/feeluown_bilibili?style=for-the-badge)](https://img.shields.io/pypi/v/feeluown-bilibili?style=for-the-badge)
![Libraries.io dependency status for GitHub repo](https://img.shields.io/librariesio/github/brucezhang1993/feeluown-bilibili?style=for-the-badge)## Prerequisite
You must have [FeelUOwn](https://github.com/feeluown/FeelUOwn) first
- Python >= 3.10
- FeelUOwn >= 4.1.5## Installation
### PyPI
https://pypi.org/project/feeluown-bilibili/
```shell
pip install feeluown-bilibili
```### Arch Linux
https://aur.archlinux.org/packages/feeluown-bilibili
```shell
yay -S feeluown-bilibili
```## Development
```shell
poetry install
poetry run pre-commit install
```## License
[GPL-3.0](https://github.com/BruceZhang1993/feeluown-bilibili/blob/master/LICENSE.txt)
## Special notes
- Proudly use [danmaku2ass](https://github.com/m13253/danmaku2ass) to transform danmaku format
- Proudly use [poetry](https://python-poetry.org/) as dependency manager tool