mirror of
https://github.com/sky22333/qqbot.git
synced 2026-06-08 09:10:01 +08:00
Update README.md
This commit is contained in:
@@ -8,15 +8,11 @@
|
|||||||
- 已开通 QQ 机器人并拿到 `app_id`、`client_secret`
|
- 已开通 QQ 机器人并拿到 `app_id`、`client_secret`
|
||||||
- 开通地址:https://q.qq.com/qqbot/openclaw/login.html
|
- 开通地址:https://q.qq.com/qqbot/openclaw/login.html
|
||||||
|
|
||||||
编辑 `configs/config.toml`:
|
最小配置示例:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[qqbot]
|
[qqbot]
|
||||||
app_id = "你的AppID"
|
app_id = "你的AppID"
|
||||||
client_secret = "你的ClientSecret"
|
client_secret = "你的ClientSecret"
|
||||||
token_url = "https://bots.qq.com/app/getAppAccessToken"
|
|
||||||
api_base = "https://api.sgroup.qq.com"
|
|
||||||
request_timeout = "10s"
|
|
||||||
markdown = false
|
markdown = false
|
||||||
|
|
||||||
[server]
|
[server]
|
||||||
|
|||||||
Reference in New Issue
Block a user