Skip to main content

Bot的消息也是消息!

Project description

nonebot

NoneBot Plugin MMM

License Python NoneBot

:eya46

作用

onebot v11 协议中 bot 的消息作为正常事件进行处理

小心死循环!

使用 plugin-alconna 记得添加 ALCONNA_RESPONSE_SELF=True 配置

原因: https://github.com/nonebot/plugin-alconna/releases/tag/v0.53.0

安装方式

依赖管理

  • pip install nonebot-plugin-mmm
  • poetry add nonebot-plugin-mmm
  • pdm add nonebot-plugin-mmm

bot.py 中添加 nonebot.load_plugin("nonebot_plugin_mmm")

nb-cli

  • nb plugin install nonebot-plugin-mmm

配置项

非必要配置项

  • mmm_block: 是否block message_sent 后续matcher, 默认为 True
  • mmm_priority: on message_sent 的优先级, 默认为 0
  • mmm_private: 是否处理私聊消息, 默认为 True
  • mmm_group: 是否处理群聊消息, 默认为 True
  • mmm_self: 是否处理自己发给自己的消息, 默认为 False
  • mmm_only_text: 是否只处理文本消息, 默认为 False
  • mmm_text_check: 是否只处理符合指定开头的消息, 默认为 False
  • mmm_use_nb_start 是否使用 nonebot2COMMAND_START, 默认为 False
  • mmm_text_start: 检查的消息开头, 默认为 {"",} 即任何消息都通过
  • mmm_lstrip: 是否去除消息前缀, 默认为 False
  • mmm_lstrip_num: 去除消息前缀的数量, 默认为 1
mmm_block = True
mmm_priority = 0
mmm_private = True
mmm_group = True
mmm_self = False

mmm_only_text = False # 只处理文本消息
mmm_text_check = False # 只处理符合指定开头的消息
mmm_use_nb_start = False # 使用 nonebot2  COMMAND_START
mmm_text_start = [".", "/"] # 检查的消息开头 默认为 ["",] 即任何消息都通过
mmm_lstrip = False # 去除消息前缀
mmm_lstrip_num = 1 # 去除消息前缀的数量

依赖项

python = "^3.9"
nonebot2 = "^2.3.0"
nonebot-adapter-onebot = "^2.1.0"

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_mmm-0.2.1.tar.gz (4.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nonebot_plugin_mmm-0.2.1-py3-none-any.whl (4.6 kB view details)

Uploaded Python 3

File details

Details for the file nonebot_plugin_mmm-0.2.1.tar.gz.

File metadata

  • Download URL: nonebot_plugin_mmm-0.2.1.tar.gz
  • Upload date:
  • Size: 4.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.10.12 Linux/6.5.0-1025-azure

File hashes

Hashes for nonebot_plugin_mmm-0.2.1.tar.gz
Algorithm Hash digest
SHA256 561d661ad931323f72ca184711f6e827205fe1c482b5d4ad0b3fdb9d671c4429
MD5 624b551550acc86e596b839c0412b8d5
BLAKE2b-256 1b3463ebdaba0d8ec601f1caccacf1b3c87635277dd7993d004b2445da058576

See more details on using hashes here.

File details

Details for the file nonebot_plugin_mmm-0.2.1-py3-none-any.whl.

File metadata

  • Download URL: nonebot_plugin_mmm-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 4.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.10.12 Linux/6.5.0-1025-azure

File hashes

Hashes for nonebot_plugin_mmm-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 dc938ef7cf3a762d7b4e1cb4815db704784a6c794e06f001e331a6f8b5b4fac6
MD5 b84ad7a40f940b21bdeb12a5176cea5b
BLAKE2b-256 43e494d421d0a7095b21efe5b620b35db457d7b686fc997596e0affce2cd0cbc

See more details on using hashes here.

Supported by

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