![awr](https://socialify.git.ci/wybxc/awr/image?description=1&font=Bitter&language=1&name=1&theme=Dark) ![GitHub Stars](https://img.shields.io/github/stars/wybxc/awr?style=for-the-badge) [![GitHub Issues](https://img.shields.io/github/issues/Wybxc/awr?style=for-the-badge)](https://github.com/Wybxc/awr/issues) [![GitHub Pull Requests](https://img.shields.io/github/issues-pr/Wybxc/awr?style=for-the-badge)](https://github.com/Wybxc/awr/pulls) ![Build Status](https://img.shields.io/github/actions/workflow/status/Wybxc/awr/CI.yml?branch=main&style=for-the-badge) [![LICENCE](https://img.shields.io/github/license/Wybxc/awr?style=for-the-badge)](https://github.com/Wybxc/awr/blob/main/LICENSE) [![Docs Status](https://img.shields.io/docsrs/libawr?style=for-the-badge)](https://docs.rs/libawr) [![GitHub](https://img.shields.io/github/last-commit/Wybxc/awr?label=GitHub&style=for-the-badge)](https://github.com/Wybxc/awr)

基于 ricq 包装,供 Python 使用的 QQ 无头客户端。

开始

```python import awr import asyncio

async def main(): ## 登录账号 client = await awr.Dynamic().login(12345678, "./bots") ## 读取群列表 print(await client.getgrouplist()) ## 保持连接 await client.alive()

try: asyncio.run(main()) except KeyboardInterrupt: import sys sys.exit(0) ```

已完成功能/开发计划

点击展开

登录

消息类型

事件

主动操作

为防止滥用,将不支持主动邀请新成员进群