Skip to main content

QQ Guild adapter for nonebot2

Project description

nonebot-adapter-qqguild

NoneBot-Adapter-QQGuild

✨ QQ 频道协议适配 ✨

[!IMPORTANT] 本适配器已停止支持,请使用 NoneBot Adapter QQ 适配器。

配置

修改 NoneBot 配置文件 .env 或者 .env.*

Driver

参考 driver 配置项,添加 ForwardDriver 支持。

如:

DRIVER=~httpx+~websockets
DRIVER=~aiohttp

QQGUILD_IS_SANDBOX

是否为沙盒模式,默认为 False

QQGUILD_IS_SANDBOX=true

QQGUILD_BOTS

配置机器人帐号,如:

QQGUILD_BOTS='
[
  {
    "id": "xxx",
    "token": "xxx",
    "secret": "xxx",
    "intent": {
      "guild_messages": true,
      "at_messages": false
    }
  }
]
'

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

nonebot_adapter_qqguild-0.4.0.tar.gz (20.8 kB view hashes)

Uploaded Source

Built Distribution

nonebot_adapter_qqguild-0.4.0-py3-none-any.whl (25.6 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