Yet another nonebot reminder plugin, providing scheduled and repetitive task reminders with per-task configuration and check-in.
Project description
nonebot-plugin-yareminder
又一个提醒插件、支持完成打卡及按任务配置提醒间隔/时间和重复间隔/类型、
介绍
通过对话按群聊/私聊管理定时提醒任务的Nonebot2插件。相比常见的待办/日历应用,和IM结合大概能起到全自动压力/催人的作用,在活跃群聊中使用有奇效。
- 指派任务并循环At提醒
- 需要手动打卡完成任务
- 根据完成时间/固定间隔重复提醒
- 基于 nonebot-plugin-saa 的跨适配器支持
- 基于 nonebot-plugin-orm 的持久化
计划
- refactor/更好的检索任务函数
- refactor/加测试
- feat/统计拖延时间
- fix/时间的自然语言输出在1-3周内差一周
- feat/更激进或烦人的提醒:跨群聊乃至平台寻找任务指派人并提醒
- feat/请假及暂停功能:对特定任务/时间段请假(自动跳过)或在特定时间段内暂停任务
- feat/静音提醒:收到提醒消息后手动确认可一段时间内暂停提醒
- feat/用户系统:单用户多平台/多账号支持、昵称
- feat/可填入格式化模板的提醒内容
安装
使用 nb-cli 安装
在 nonebot2 项目的根目录下打开命令行, 输入以下指令即可安装nb plugin install nonebot-plugin-yareminder
使用包管理器安装
在 nonebot2 项目的插件目录下, 打开命令行, 根据你使用的包管理器, 输入相应的安装命令pip
pip install nonebot-plugin-yareminder
pdm
pdm add nonebot-plugin-yareminder
poetry
poetry add nonebot-plugin-yareminder
conda
conda install nonebot-plugin-yareminder
打开 nonebot2 项目根目录下的 pyproject.toml
文件, 在 [tool.nonebot]
部分追加写入
plugins = ["nonebot_plugin_yareminder"]
使用
指令表
:rmd
Usage: :rmd COMMAND [OPTIONS] [ARGS] ...
Commands:
add Create a task
rm Delete a task
ls List all tasks in current chat
finish Finish a task (and triggers reoccurence if set)
skip Skip a task('s assignee) to the next or specified offset
due Show / Change the due time of a task
remind Show / Change the remind interval / starting time of a task
recur Show / Change the recurrence type / interval of a task
assign Show / Change the assignee(s) of a task
添加任务
:rmd add
Usage: :rmd add TASK_NAME DUE_TIME [OPTIONS]
Options:
-i | --remind-interval <datetime_str> Specify remind interval
-o | --remind-offset XdXhXmXs Specify when to begin reminding relative to due time
-t | --recur-type OnFinish|Regular|Never Specify recurrence type
-r | --recur-interval XdXhXmXs Specify recurrence interval
删除任务
:rmd rm
Usage: :rmd rm TASK_NAME
列出任务
:rmd ls
Usage: :rmd ls
完成任务
:rmd finish
Usage: :rmd finish [TASK_NAME]
跳过任务
:rmd skip
Usage: rmd skip [TASK_NAME] [OPTIONS]
Options:
--offset n Skip to the nth assignee after the current one
查看/修改任务到期时间
:rmd due
Usage: rmd due TASK_NAME [OPTIONS]
Options:
--shift XdXhXmXs shift the due time by a time range
--set <datetime_str> set the due time directly
查看/修改任务提醒提前时间/周期
:rmd remind
Usage: rmd remind TASK_NAME [OPTIONS]
Options:
-o|--offset +/-XdXhXmXs set how long to remind in advance of due time
-i|--interval XdXhXmXs set remind interval
查看/修改任务重复类型/周期
:rmd recur
Usage: rmd recur TASK_NAME [OPTIONS]
Options:
-t|--type OnFinish|Regular|Never set recurrence type
-i|--interval XdXhXmXs set recurrence interval
查看/修改任务指派
:rmd assign
Usage: rmd assign TASK_NAME [OPTIONS] [AT1] [AT2] ...
Options:
-r|--rm instead of add, remove assignees in ats from specified task
使用示例
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file nonebot_plugin_yareminder-0.1.6.tar.gz
.
File metadata
- Download URL: nonebot_plugin_yareminder-0.1.6.tar.gz
- Upload date:
- Size: 14.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.1 Linux/6.8.0-1014-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f490300c559b3a3786fec2c1e41e2a73f11b48ce3e87da77fd7ca34d820c3b5f |
|
MD5 | 7df17557f7b1bea287616a33c9efc29f |
|
BLAKE2b-256 | 5b1640b06416bfdca431537ee936f71e673c5c0965273b9e924cf3091a288fbc |
File details
Details for the file nonebot_plugin_yareminder-0.1.6-py3-none-any.whl
.
File metadata
- Download URL: nonebot_plugin_yareminder-0.1.6-py3-none-any.whl
- Upload date:
- Size: 15.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.1 Linux/6.8.0-1014-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a14516a7c72bcfad00ba64aaff2f5a18abcdd780aa5accd2889f7a278015a2e8 |
|
MD5 | 5fad0f9713a5e6189acb802903652610 |
|
BLAKE2b-256 | 0c48abe5c39e9f011f191a1b0e9b18e3fbf8a41dfd291c6cbddf6c3214f5accb |