# qq机器人 **Repository Path**: comcn_admin/qq-robot ## Basic Information - **Project Name**: qq机器人 - **Description**: springboot+go-cqhttp实现的qq机器人 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-03-19 - **Last Updated**: 2023-03-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Getting Started ### java-springboot结合go-cqhttp实现qq机器人 go-cqhttp官方文档:[https://docs.go-cqhttp.org](https://docs.go-cqhttp.org) 目录cqhttp下是go-cqhttp下载的压缩包 目录src是springboot项目源码,提供接口给go-cqhttp使用 文件message.xlsx是qq机器人自动回复的消息模板,具体用法结合代码看 ### 使用步骤 1. 启动go-cqhttp服务,参考go-cqhttp官方文档:[https://docs.go-cqhttp.org](https://docs.go-cqhttp.org) 2. 启动springboot服务 > a 修改【application.yml】配置项【message.excel.path】为对应的配置文件【message.xlsx】地址 > > b 修改【application.yml】配置项【cqhttp.server.url】为对应的机器人服务端监听地址 > > c 修改go-cqhttp 配置文件【config.yml】配置项【servers.http.post.url】为springboot服务地址【http://127.0.0.1:9527】 > > d 启动服务