Skip to main content

nonebot2解析bilibili插件

Project description

nonebot

nonebot_plugin_analysis_bilibili

✨ NoneBot bilibili 视频、番剧解析插件 ✨

license pypi python

使用方式

私聊或群聊发送 bilibili 的小程序/链接,所有适配器均可使用,在不支持发送图片的适配器中仅发送文字。

额外配置项(可选)

在配置文件中加入(需要什么加什么)

# 当图片大小超过下值时,修改图片大小,不填则发送原图,example: 100h / 100w / 100h_100w
analysis_images_size = ""
analysis_cover_images_size = "" # 封面图大小,和上面相同,视频、直播、番剧 封面图使用这个大小

analysis_whitelist = [123456789] # 只解析里面填写的QQ号发的链接 List[int | str]
analysis_group_whitelist = [123456789] # 只解析里面填写的QQ群号发的链接 List[int | str]
# 填了任何一个白名单后,黑名单失效
analysis_blacklist = [123456789] # 不解析里面填写的QQ号发的链接 List[int | str]
analysis_group_blacklist = [123456789] # 不解析里面填写的QQ群号发的链接 List[int | str]

analysis_desc_blacklist = [123456789] # 里面填写的群号,发送的解析内容不包含简介 List[int | str]
analysis_reanalysis_time = 0 # 同一个视频重新解析时间,单位秒,0为不重新解析,example: 60 (设置为 0 的时候只记录上一个,大于 0 时记录多个链接)
analysis_display_image = true # 是否显示封面 true/false
# 哪种类型需要显示封面,与上一项相冲突,上一项为true则全开 List[str]
analysis_display_image_list = ["video", "bangumi", "live", "article", "dynamic"]
analysis_enable_search = false # 是否开启搜视频功能 true/false  example: "搜视频 123456"
analysis_use_on_message = false # 是否使用 on_message 处理消息,并且处理合并转发的信息,如果遇到 cpu 占用拉满的问题 #29,可以考虑打开此项


analysis_trust_env = false # 是否使用环境变量或者当前系统正在使用中的代理设置 true/false

安装

  1. 使用 nb-cli 安装,不需要手动添加入口,更新使用 pip (推荐)
nb plugin install nonebot_plugin_analysis_bilibili
  1. 使用 pip 安装和更新,初次安装需要手动添加入口 (新版默认不带 bot.py 文件)
pip install --upgrade nonebot_plugin_analysis_bilibili

pip 安装后在 Nonebot2 入口文件(例如 bot.py )增加:

nonebot.load_plugin("nonebot_plugin_analysis_bilibili")

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

nonebot_plugin_analysis_bilibili-2.8.0.tar.gz (11.3 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file nonebot_plugin_analysis_bilibili-2.8.0.tar.gz.

File metadata

File hashes

Hashes for nonebot_plugin_analysis_bilibili-2.8.0.tar.gz
Algorithm Hash digest
SHA256 6882c032112be1b7b78b1015401bac5184658e7e3df0379ec28461f7d74a535d
MD5 29eda630edeff97dfd15e5f08f9f4227
BLAKE2b-256 437b99e63a251aa4c9ae03abc422ecb62470355e2c2dbd94f9d8793b70e37268

See more details on using hashes here.

File details

Details for the file nonebot_plugin_analysis_bilibili-2.8.0-py3-none-any.whl.

File metadata

File hashes

Hashes for nonebot_plugin_analysis_bilibili-2.8.0-py3-none-any.whl
Algorithm Hash digest
SHA256 df825ac716192e122dd6f9e966146e678cbdae3470289b5cde260e40ddddd9e8
MD5 d11394026af4f9e2b081120ede6c47c4
BLAKE2b-256 70a29ccfc138056c2f288918d79e7408bf6c82b68144de1a64907399635a42e8

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