Skip to main content

哔哩哔哩直播间互动工具

Project description

哔哩哔哩直播间互动工具

Author LICENSE python

特色

  • 基于asyncio,可以满足更加丰富的使用场景
  • 基于bilibili三代协议,支持brotli压缩算法,效率更高
  • 事件钩子部分使用泛型,开发更友好

安装

pip install bilibili-live

使用

首先创建事件处理器类,类需要继承BilibiliLiveEventHandler类,并重写需要监听的事件方法:

from bilibili_live.events import BilibiliLiveEventHandler, Danmu, Event

class MyEventHandler(BilibiliLiveEventHandler):
    def onDanmu(self, event: Event[Danmu]):
        # do something
        ...

具体支持的事件可以参考BilibiliLiveEventHandler类

完成后,创建BilibiliLive对象,并启动监听:

from bilibili_live import BilibiliLive

room_id = 2411716
# 此处房间号为短号,即用户直接可见的房间号
bilibiliLive = BilibiliLive()
bilibiliLive.schedule(MyEventHandler(), room_id)
bilibiliLive.start()

需要退出时,可使用stop方法停止:

bilibiliLive.stop()

此时即开启了事件循环。此函数为异步(非阻塞函数)。

本模块基于asyncio设计。start函数为一个包装函数,其中创建了一个线程并包装了协程操作。如需要直接使用asyncio方式操作,可使用start_asyncio函数。

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

bilibili-live-0.3.0.tar.gz (12.5 kB view details)

Uploaded Source

Built Distribution

bilibili_live-0.3.0-py3-none-any.whl (18.4 kB view details)

Uploaded Python 3

File details

Details for the file bilibili-live-0.3.0.tar.gz.

File metadata

  • Download URL: bilibili-live-0.3.0.tar.gz
  • Upload date:
  • Size: 12.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for bilibili-live-0.3.0.tar.gz
Algorithm Hash digest
SHA256 3e1b7c6c144d26adab20d13627d9d344f30fdc712c15e3aa2f2c6038905bb28f
MD5 948f68edbbd091367508485c7392651a
BLAKE2b-256 0fe0f937243f422641a3fcebe3e19379562f19add97cb9ed8dbc732e9d31233c

See more details on using hashes here.

File details

Details for the file bilibili_live-0.3.0-py3-none-any.whl.

File metadata

File hashes

Hashes for bilibili_live-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 17592be63362e9e599f9a70f054b8bf4079aa39b6a26e957a21057031cba0954
MD5 dce26ece5c4bdb0e09a7987f7bbe0e62
BLAKE2b-256 b6561b83d434dabfdbe318aa5c275a68a567f700be86587b9ffbce0f2c0d9fb3

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page