https://github.com/nonebot/nonebot-anime
Bilibili番剧查询
https://github.com/nonebot/nonebot-anime
Last synced: 11 months ago
JSON representation
Bilibili番剧查询
- Host: GitHub
- URL: https://github.com/nonebot/nonebot-anime
- Owner: nonebot
- License: mit
- Created: 2020-04-14T14:13:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-14T14:26:41.000Z (almost 6 years ago)
- Last Synced: 2024-10-29T21:54:23.767Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```