Metadata-Version: 2.1
Name: nonebot-adapter-wechatclaw
Version: 0.1.0
Summary: Nonebot Adapter of WeChatClaw
Author-Email: Decrabbit <decrabbit@163.com>
License: MIT
Requires-Python: >=3.10
Requires-Dist: nonebot2>=2.4.2
Requires-Dist: pycryptodome>=3.20.0
Provides-Extra: login
Requires-Dist: httpx>=0.27.0; extra == "login"
Requires-Dist: qrcode>=8.2; extra == "login"
Description-Content-Type: text/markdown

# nonebot-adapter-wechatclaw

通过 微信ClawBot 连接微信

### 登录
运行命令扫码获得 WECHATCLAW_TOKEN 和 WECHATCLAW_ACCOUNT_ID


*需安装 nonebot-adapter-wechatclaw[login]*
``` shell
nb wechatclaw-login
```
或者 环境内运行
```
wechatclaw-login
```

### Driver

参考 [driver](https://nonebot.dev/docs/appendices/config#driver) 配置项，添加 `HTTPClient` 支持。

如：

```dotenv
DRIVER=~httpx
```