https://github.com/nonebot/nonebot-alarm
自然语言定时提醒nonebot插件
https://github.com/nonebot/nonebot-alarm
Last synced: 3 months ago
JSON representation
自然语言定时提醒nonebot插件
- Host: GitHub
- URL: https://github.com/nonebot/nonebot-alarm
- Owner: nonebot
- License: mit
- Created: 2020-04-14T13:44:39.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-14T13:57:39.000Z (almost 6 years ago)
- Last Synced: 2024-10-29T22:00:21.267Z (over 1 year ago)
- Language: Python
- Size: 4.88 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nonebot-alarm
## 简介
使用 `cocoNLP` 抽取时间点并添加定时器以实现定时提醒用户
## 安装
### 下载插件
```shell
git submodule add https://github.com/nonebot/nonebot-alarm.git path/to/your/plugin/dir/alarm
git submodule update
```
or just
```shell
cd path/to/your/plugin/dir
git clone https://github.com/nonebot/nonebot-alarm.git
```
### 安装依赖
```shell
pip install jieba pyhanlp phone phonenumbers regex coconlp
```