An open API service indexing awesome lists of open source software.

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

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"
}
```