Skip to main content

基于Nonebot2的发病语录插件

Project description

NoneBotPluginLogo

NoneBotPluginText

NoneBot-Plugin-Random-Stereotypes

✨ 发病语录 ✨

python pdm-managed wakatime
Pydantic Version 1 Or 2 license pypi pypi download
NoneBot Registry Supported Adapters

📖 介绍

随机返回一条在互联网上收录一些有趣的发病语录(主要针对 VTB)
如果有需要补充的可以提交 issue 进行追加,侵删。

💿 安装

以下提到的方法 任选其一 即可

[推荐] 使用 nb-cli 安装 在 nonebot2 项目的根目录下打开命令行, 输入以下指令即可安装
nb plugin install nonebot-plugin-random-stereotypes
使用包管理器安装 在 nonebot2 项目的插件目录下, 打开命令行, 根据你使用的包管理器, 输入相应的安装命令
pip
pip install nonebot-plugin-random-stereotypes
pdm
pdm add nonebot-plugin-random-stereotypes
poetry
poetry add nonebot-plugin-random-stereotypes
conda
conda install nonebot-plugin-random-stereotypes

打开 nonebot2 项目根目录下的 pyproject.toml 文件, 在 [tool.nonebot] 部分的 plugins 项里追加写入

[tool.nonebot]
plugins = [
    # ...
    "nonebot_plugin_random_stereotypes"
]

⚙️ 配置

在 nonebot2 项目的 .env 文件中添加下表中的必填配置

配置项 必填 默认值 说明
全局配置
SUPERUSERS [] 超级用户 ID 列表,本插件中超级用户无视冷却限制
冷却配置
STEREOTYPES_CD 1800 触发冷却后的冷却时间(秒)
STEREOTYPES_COUNT 3 STEREOTYPES_COUNT_TIME(单位秒)中触发超过 STEREOTYPES_COUNT 次则触发冷却
STEREOTYPES_COUNT_TIME 1800 如上
STEREOTYPES_PUNISH_COUNT 5 当在冷却中继续触发指令超过此次数将会重置冷却时间
STEREOTYPES_CD_KEY_TYPE user 冷却时间标识符,可选 user(只分用户冷却)或 session(分群与用户冷却)
消息配置
STEREOTYPES_SHOW_TRIGGER_USER_NAME True 是否在消息中展示触发的用户昵称
指令配置
STEREOTYPES_ALIASES ["发电", "发癫"] 附加指令前缀
STEREOTYPES_PRIORITY 100 Matcher 优先级
STEREOTYPES_BLOCK False 是否阻止事件向低优先级 Matcher 传递

🎉 使用

Example

📝 更新日志

0.3.0

  • 重构

0.2.1

  • 支持获取 At 对象的昵称作为发病对象

0.2.0

  • 添加命令冷却
  • 追加发病语录数据

0.1.0

  • 重构

0.0.2 ~ 0.0.3

  • 追加发病语录数据

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_random_stereotypes-0.3.0.tar.gz (103.7 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file nonebot_plugin_random_stereotypes-0.3.0.tar.gz.

File metadata

File hashes

Hashes for nonebot_plugin_random_stereotypes-0.3.0.tar.gz
Algorithm Hash digest
SHA256 d9c3128c71597e5f8f2205e54e4fb2e8ce296b80cc096290bdcaa086fa3f1134
MD5 5aa7790ade779cb080669a85055124a6
BLAKE2b-256 8992d631a1d80b406113399360b4a5993bed678eae56f815b1435e8f5ad641d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for nonebot_plugin_random_stereotypes-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 43d2b4d770a540b9dd5f70f193f5116f823d358878169e13e576e0087c1ef36f
MD5 9363318575f7afdeee77f94c2fe8e2a9
BLAKE2b-256 10a07d577752ba369413ccd1469c2300cf4bdd1ecceb1e90e484c30ed3a6a84e

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