Use blivedm to fetch Bilibili live danmaku
devThe blivedm library allows you to retrieve Bilibili live stream danmaku (bullet chats) using the WebSocket protocol. It supports two different interface methods:
- Web Interface: Uses the standard web-based WebSocket protocol.
- Bilibili Live Open Platform: Uses the official Bilibili Live Open Platform interface.
For implementation details regarding the protocol, refer to the Bilibili Open Platform documentation.
Usage examples are provided in the following files within the repository:
- Web interface example:
sample.py - Open Platform interface example:
open_live_sample.py