An open API service indexing awesome lists of open source software.

https://github.com/nonebot/nonebot-alarm

自然语言定时提醒nonebot插件
https://github.com/nonebot/nonebot-alarm

Last synced: 3 months ago
JSON representation

自然语言定时提醒nonebot插件

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
```