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

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

Bilibili番剧查询
https://github.com/nonebot/nonebot-anime

Last synced: 11 months ago
JSON representation

Bilibili番剧查询

Awesome Lists containing this project

README

          

# nonebot-alarm

## 简介

通过哔哩哔哩接口查询番剧排行以及时间表

## 安装

### 下载插件

```shell
git submodule add https://github.com/nonebot/nonebot-anime.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-anime.git
```

### 安装依赖

```shell
pip install jieba pyhanlp phone phonenumbers regex coconlp
```