Skip to content

定时设置算法比赛赛前提醒,提醒群友别错过比赛,查询codeforce,atc,牛客比赛消息

License

Notifications You must be signed in to change notification settings

zhuhiki/nonebot_plugin_matchreminder

Repository files navigation

NoneBotPluginLogo

NoneBotPluginText

nonebot_plugin_matchreminder

✨ NoneBot 插件简单描述 ✨

license pypi python

📖 介绍

算法比赛提醒,可以自动设置时间来为即将到来的算法比赛设置提醒(默认是赛前半小时,可以自己修改),同时也能查询今日在codeforces,牛客,atc上的比赛,让群友不再错过比赛(偷懒)

💿 安装

使用 nb-cli 安装 在 nonebot2 项目的根目录下打开命令行, 输入以下指令即可安装
nb plugin install nonebot_plugin_matchreminder
使用包管理器安装 在 nonebot2 项目的插件目录下, 打开命令行, 根据你使用的包管理器, 输入相应的安装命令
pip
pip install nonebot_plugin_matchreminder

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

plugins = ["nonebot_plugin_matchreminder"]

⚙️ 配置

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

配置项 必填 默认值 说明
SUPERUSERS 有功能需要超级管理员权限

在插件里的config文件里填写需要定时发送的时间和群聊

🎉 使用

指令表

指令 权限 需要@ 范围 说明
/cf,/nc,/atc 群员 群聊 返回对应的比赛信息
/今日比赛 群员 群聊 返回今天的比赛
/提醒比赛 超级管理员 群聊 手动定时提醒
/开摆 超级管理员 群聊 清除所有定时任务

About

定时设置算法比赛赛前提醒,提醒群友别错过比赛,查询codeforce,atc,牛客比赛消息

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages