Metadata-Version: 2.1
Name: nonebot-plugin-tvseries
Version: 0.0.1
Summary: 
License: MIT
Author: kexue
Author-email: xana278@foxmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: lxml (>=4.6.4,<5.0.0)
Requires-Dist: nonebot-adapter-cqhttp (>=2.0.0-alpha.16,<3.0.0)
Requires-Dist: playwright (>=1.17.2,<2.0.0)
Description-Content-Type: text/markdown

# nonebot-plugin-tvseries

获取美剧

# 安装

## 环境(dockerfile)

```
ENV TZ=Asia/Shanghai
ENV LANG zh_CN.UTF-8
ENV LANGUAGE zh_CN.UTF-8
ENV LC_ALL zh_CN.UTF-8
ENV TZ Asia/Shanghai
ENV DEBIAN_FRONTEND noninteractive
```

## 本体

`pip install nonebot-plugin-tvseries`

## 依赖

```
apt install -y libzbar0 locales locales-all fonts-noto
playwright install chromium && playwright install-deps
```

# 使用

`美剧` `tvseries`

# 有问题 提pr
有问题 提pr

