Skip to main content

A Python wrapper for the QQ Channel API

Project description

QQ.py

用 Python 编写的用于 QQ频道机器人 现代化、易于使用、功能丰富(? 且异步的 API sdk。

主要特点

  • 使用 asyncawait 的现代 Pythonic API。

快速示例

import asyncio
from qq import *


async def main():
    client = Client('BotAppID', 'Bot Token')
    guild_lsit = await client.get_all_guid()
    for guilds in guild_lsit:
        guilds = await client.get_guild(guilds.id)
        print(guilds.name)

if __name__ == '__main__':
    asyncio.run(main())

输出Bot当前加入的所有频道的名字

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

qq.py-0.0.1.tar.gz (6.0 kB view hashes)

Uploaded Source

Built Distribution

qq.py-0.0.1-py3-none-any.whl (6.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page