Skip to content

NoneBot2 QQ 频道适配器 / QQ Guild adapter for nonebot2

License

Notifications You must be signed in to change notification settings

felinae98/adapter-qqguild

 
 

Repository files navigation

nonebot-adapter-qqguild

NoneBot-Adapter-QQGuild

✨ 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
    }
  }
]
'

About

NoneBot2 QQ 频道适配器 / QQ Guild adapter for nonebot2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.0%
  • Jinja 3.0%