nonebot-plugin-lynchpined
is a nonebot2 plugin to help you track lynchpin progress in QQ group.
Pending.
nb plugin install nonebot-plugin-lynchpined
pip install nonebot-plugin-lynchpined
and then adding package name in the following field of pyproject.toml
:
[tool.nonebot]
plugins = [
... # others
"nonebot-plugin-lynchpined",
]
Just call lynchpin
anywhere bot can chat.
> Lynchpined
Lynchpin: 24%
Pattern Matched:
0 4 12 15 [24] 33 34 35 35
By adding lynchpined_user
or lynchpined_group
in config, the plugin will send lynchpin progress to the lynchpined at 00:00 everyday.
For example:
LYNCHPINED_GROUP = [4121524, 33343535]
LYNCHPINED_USER = [11708102]
Note: Make sure the timezone on your machine is UTC+8
or you have to manually modified the trigger in __init__.py
.