> For the complete documentation index, see [llms.txt](https://njuitman.gitbook.io/it-web/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://njuitman.gitbook.io/it-web/xiang-mu-kai-fa-li-cheng/bot.md).

# 群聊机器人开发

## 概述

项目负责人：魏世桓

团队成员：张远铭，谢天奇，尹博，粥庶人

## 开发手册

开发语言：python

项目地址：私人repo（联系魏世桓）

QQ账号提供者：魏世桓

部署技术：酷Q官方打包的docker

部署位置：腾讯云服务器，详询组长

## 维护须知

1. 机器人已经通过@粥庶人的GitHub私钥设置进行每10分钟从GitHub直接更新代码，所以所有的编程改动都需要在GitHub上改了`push`上去；平时建议本地做一个备份来debug
2. 机器人部署映射了两类端口，一类用于机器人通信不用去管，另一类是一个VNC端口，可以登录用以简单设置。在docker重启之后会复原设置。
3. 如要参与维护开发机器人，建议的学习了解路径为：docker->酷Q->CQhttp和nonebot插件。如果有疑问请联系魏世桓与粥庶人


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://njuitman.gitbook.io/it-web/xiang-mu-kai-fa-li-cheng/bot.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
