一款自动识别提醒内容,可生成todo图片并定时推送的nonebot插件
Project description
nonebot-plugin-todo-nlp
一款自动识别提醒内容,可生成todo图片并定时推送的nonebot2插件,v11适配器可用
nlp支持来源于jionlp (十分便利的nlp库)
图片生成功能来源于nonebot插件htmlrender (我们先进的的浏览器制图已经完全超越了老式的PIL制图了(不是))
插件特点:
- 允许多样化的日期描述方法,可以在语句中包含“明天”、“9月1日”等日期提示
- 自动识别语句中的事项
安装
从 PyPI 安装(推荐)
- 使用 nb-cli
nb plugin install nonebot_plugin_todo_nlp
2022-08-29:等一个pull request merged,暂时用不了
- 使用 poetry
poetry add nonebot_plugin_todo_nlp
- 使用 pip
pip install nonebot_plugin_todo_nlp
从 GitHub 安装(不推荐)
git clone https://github.com/Jigsaw111/nonebot_plugin_todo.git
食用方法:
触发关键词:
- 增加事项: '提醒', 'nonebot_todo'
- 完成事项: '完成'
- 删除事项(支持正则表达式): '删除', '去掉'
- 修改事项时间: '更正', '改'
- 获取图片: '获取todo'
若要强调事件名称(nlp有的时候会犯蠢,比如在示例中机器人没能识别出“中秋假期”这一关键词):使用英文双引号括上事项名称
由于nonebot使用uvicorn框架,在windows平台使用时图片的导出可能会出现not implemented error。
解决方法:将env中的FASTAPI_RELOAD改为false。
见nonebot-plugin-htmlrender issue#25 ;
nonebot2文档中对此亦有提及,见fastapi_reload 。
配置方法:
在env中添加如同以下格式的配置(多个send time则多次推送,注意时间首位去0):
在群聊中使用时,只有管理员和群主可以增删todo项目。
私聊情况下,好友均可使用todo增删功能,此处配置是推送名单。
TODO_USERS=["1234567890"]
TODO_GROUPS=["1234567890"]
TODO_SEND_TIME=[{"HOUR":8,"MINUTE":0},{"HOUR":19,"MINUTE":34}]
TODO:
- 迁移到postgre数据库
- 增加优先级相关功能支持
- 增加完成todo统计,对完成状况进行跟踪
- 增加todo项目复用功能(比如每日/每周某天的提醒可以复用而不用手动再次添加)
- 完善相关console log
- 更加优雅的todo使用订阅与推送时间配置
- (可能后期会加上其他的todo主题?)
示例:
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nonebot-plugin-todo-nlp-0.1.4.tar.gz.
File metadata
- Download URL: nonebot-plugin-todo-nlp-0.1.4.tar.gz
- Upload date:
- Size: 9.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.14 CPython/3.9.7 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e0703aa6162aadbb0c4a8d83e2eba59899746641b9d9b0ea2bdc755bdfcba849
|
|
| MD5 |
74d96858e7aedc8ff3aa7e76ae855ac4
|
|
| BLAKE2b-256 |
7fb4f577e0486adf59e6c14873990dc263a4ed1c5d2b16e447713ceff4a41992
|
File details
Details for the file nonebot_plugin_todo_nlp-0.1.4-py3-none-any.whl.
File metadata
- Download URL: nonebot_plugin_todo_nlp-0.1.4-py3-none-any.whl
- Upload date:
- Size: 10.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.14 CPython/3.9.7 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4c023ef42203be554be235a71c0adec10472ba379e28e7d0c4caca2faafabf71
|
|
| MD5 |
9fa534f7119e4643fe981ea349ce74d5
|
|
| BLAKE2b-256 |
10606f007b5660e6567eb363e166e6e80f447aed5359ed1e4d5738cb3e2ff65f
|