https://github.com/flaribbit/xs-pid-python-coolq-qqbot
https://github.com/flaribbit/xs-pid-python-coolq-qqbot
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flaribbit/xs-pid-python-coolq-qqbot
- Owner: flaribbit
- Created: 2019-10-09T09:48:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-10T07:36:48.000Z (over 5 years ago)
- Last Synced: 2025-01-27T12:49:31.670Z (5 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# 一个QQ机器人
配置文件 `.\data\app\io.github.richardchien.coolqhttpapi\config\${QQ}.json`
```json
{
"host": "[::]",
"port": 5700,
"use_http": false,
"ws_host": "[::]",
"ws_port": 1149,
"use_ws": false,
"ws_reverse_url": "ws://localhost:1149",
"ws_reverse_api_url": "ws://localhost:1149",
"ws_reverse_event_url": "ws://localhost:1149",
"ws_reverse_use_universal_client": true,
"ws_reverse_reconnect_interval": 3000,
"ws_reverse_reconnect_on_code_1000": true,
"use_ws_reverse": true,
"post_url": "",
"access_token": "",
"secret": "",
"post_message_format": "string",
"serve_data_files": false,
"update_source": "github",
"update_channel": "stable",
"auto_check_update": false,
"auto_perform_update": false,
"show_log_console": false,
"log_level": "info"
}
```