Skip to main content

自定义群聊戳戳事件 plugin for NoneBot2

Project description

AgnesDigitalLogo

NoneBotPluginText

nonebot_plugin_poke

✨Nonebot & 自定义戳戳群聊事件✨

GitHub stars GitHub issues QQ Chat Group pypi python NoneBot

安装

方法一:

    nb plugin install nonebot_plugin_poke

方法二:

    pip install nonebot_plugin_poke
    poetry add nonebot-plugin-pjsk

再手动添加nonebot_plugin_poke到bot文件下pyproject.toml文件中

env配置项:

# 在完全不写的情况下,效果是戳戳后反戳戳
# 机器人名称
bot_nickname: str = '宁宁'
# 是否回复图片
poke_send_pic: bool = False
# 是否回复戳戳
poke_send_poke: bool = True
# 是否回复文字
poke_send_text: bool = False
# 是否回复音频
poke_send_acc: bool = False

如果不知道以下配置,默认就可以,只修改上面部分

# poke文件夹位置
poke_path:Path = Path('data/poke')
# 是否开启黑名单模式(否则是白名单)
poke_black: bool = True
# 黑名单屏蔽群组
poke_ban_group:List[str] = []
# 白名单允许群组
poke_allow_group:List[str] = []
# 戳戳优先级
poke_priority:int = 1
# 是否阻断其他指令
poke_block:bool = True

指令

群里双击bot头像,会依次按照配置文件,逐步检查回复

数据结构

举例:
└── data
    └── poke
        ├── poke.txt        # 回复文字
        ├── pic             # 回复图片
            ├── 1.png
            ├── 2.jpg
            ├── 3.jpeg
            └── ...
        └── acc             # 回复音频
            ├── 1.acc
            ├── 2.mp3
            └── ...
...

其他

  • 如果发不出语音,请手动安装ffmpeg
  • 当语音,与图或文都为True的时候,则随机发送一种,防止刷屏刷到风控

参考

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_poke-0.1.2.tar.gz (6.6 kB view details)

Uploaded Source

Built Distribution

nonebot_plugin_poke-0.1.2-py3-none-any.whl (10.1 kB view details)

Uploaded Python 3

File details

Details for the file nonebot_plugin_poke-0.1.2.tar.gz.

File metadata

  • Download URL: nonebot_plugin_poke-0.1.2.tar.gz
  • Upload date:
  • Size: 6.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.17

File hashes

Hashes for nonebot_plugin_poke-0.1.2.tar.gz
Algorithm Hash digest
SHA256 5acf37e2e9cc250cbdabdf61503a3133d2a93da8153a5a2ba6e5c4550e2a9d74
MD5 0f97c6c788c1d27a8ff818d53e500cd6
BLAKE2b-256 b86f3316e8b12cccfc45c2028f62ebe887627302a6263cc158e984d5ff9ded07

See more details on using hashes here.

File details

Details for the file nonebot_plugin_poke-0.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for nonebot_plugin_poke-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 52e5d0ca4ed28af2b2fa65690ecdf4758071a03c228962db5a9264544be07192
MD5 2fc218031f2b8ee98d3ef08840e795ef
BLAKE2b-256 f377d84ab1e37c00805d2122c00afdf7097b5feea5d69f0be9710d8cd626a7a8

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