Skip to content

复读姬,支持文本、图片表情甚至是转发卡片、分享卡片、小程序的复读。不依赖任何数据库的群聊复读姬,轻巧灵活。任意群聊+1,姬就+1

License

Notifications You must be signed in to change notification settings

yejue/nonebot-plugin-plus-one

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐣🐤一个仅有40行代码的复读姬 ✨

_✨ 只是一个复读姬:支持群聊白名单、文本复读、图片表情复读、甚至是转发和分享的复读 ✨_

license pypi python

快速安装

第一步:右上角 ↗ 点个不要钱的 star 吧,这是不断维护更新的动力。

nb-cli

nb plugin install nonebot-plugin-plus-one

pip

pip install nonebot-plugin-plus-one

git

cd /your-nonebot-project-home/plugins/
git clone https://github.com/yejue/nonebot-plugin-plus-one.git

示例

[群1]: 你好
[群1]: 你好
[机器人]: 你好

[群2]: 表情
[群2]: 表情
[机器人]: 表情

[群2]: 分享音乐
[群2]: 分享音乐
[机器人]: 分享音乐

配置

# 匹配优先级
PLUS_ONE_PRIORITY = 10

# 群聊或私聊白名单,单个或多个示例,下面任选其一,可填入群 QQ 号或个人 QQ 号
PLUS_ONE_WHITE_LIST = ["10000000"]
PLUS_ONE_WHITE_LIST = ["10000000", "1000000"]

About

复读姬,支持文本、图片表情甚至是转发卡片、分享卡片、小程序的复读。不依赖任何数据库的群聊复读姬,轻巧灵活。任意群聊+1,姬就+1

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages