Back to Picoclaw

QQ

docs/channels/qq/README.md

0.2.82.1 KB
Original Source

Back to README

QQ

PicoClaw provides QQ support via the official Bot API from the QQ Open Platform.

Configuration

json
{
  "channel_list": {
    "qq": {
      "enabled": true,
      "type": "qq",
      "app_id": "YOUR_APP_ID",
      "app_secret": "YOUR_APP_SECRET",
      "allow_from": []
    }
  }
}
FieldTypeRequiredDescription
enabledboolYesWhether to enable the QQ channel
app_idstringYesApp ID of the QQ bot application
app_secretstringYesApp Secret of the QQ bot application
allow_fromarrayNoAllowlist of user IDs; empty means all users are allowed

Setup

The QQ Open Platform provides a one-click creation entry:

  1. Open QQ Bot Quick Create and log in by scanning the QR code
  2. The system automatically creates a bot — copy the App ID and App Secret
  3. Fill in the credentials in the PicoClaw configuration file
  4. Run picoclaw gateway to start the service
  5. Open QQ and start chatting with the bot

The App Secret is only shown once — save it immediately. Viewing it again will force a reset.

Bots created via the quick entry are for the creator's personal use only and do not support group chats. For group chat support, configure sandbox mode on the QQ Open Platform.

Manual Setup

  1. Log in to the QQ Open Platform with your QQ account and register as a developer
  2. Create a QQ bot and customize its avatar and name
  3. Obtain the App ID and App Secret from the bot settings
  4. Fill in the credentials in the PicoClaw configuration file
  5. Run picoclaw gateway to start the service
  6. Search for your bot in QQ and start chatting

During development, it is recommended to enable sandbox mode and add test users and groups to the sandbox for debugging.