Metadata-Version: 2.1
Name: nonebot-plugin-tvseries
Version: 0.0.2.3
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.10
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: httpx (>=0.21.3,<0.22.0)
Requires-Dist: lxml (>=4.6.4,<5.0.0)
Requires-Dist: nonebot-adapter-onebot (==2.0.0-beta.1)
Requires-Dist: nonebot-plugin-htmlrender (>=0.0.4.2,<0.0.5.0)
Requires-Dist: nonebot2 (==2.0.0-beta.1)
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`

## 依赖

```bash
apt install -y locales locales-all fonts-noto

apt-get install -y libnss3-dev libxss1 libasound2 libxrandr2 \
    libatk1.0-0 libgtk-3-0 libgbm-dev libxshmfence1

playwright install chromium && playwright install-deps
```

# 使用

`剧集` `tvseries`

# 有问题 提issue 最好pr

