Metadata-Version: 2.1
Name: nonebot-adapter-opq
Version: 0.1.1
Summary: OPQBot adapter for nonebot2
License: MIT
Author: Your Name
Author-email: you@example.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: nonebot2 (>=2.3.2,<3.0.0)
Requires-Dist: pillow (>=10.4.0,<11.0.0)
Description-Content-Type: text/markdown

# adapter-OPQBot
NoneBot2 OPQBot适配器 / OPQBot adapter for nonebot2


## 配置
修改 NoneBot 配置文件 `.env`

>url为OPQBot的IP:PORT
> 
>bots是QQ号
> 
>DRIVER目前只测试过这个类型

```
url=127.0.0.1:8086
bots=[123456,654321]
DRIVER=~httpx+~websockets
```


API等信息请看[wiki](https://github.com/opq-osc/nonebot-adapter-opqbot/wiki)

交流群:

![QQ](https://img.shields.io/badge/QQ-EB1923?logo=tencent-qq&logoColor=white) [856337734](https://qm.qq.com/q/aG7ipCZD2M)
