基于go-cqhttp 和 java 的 qq 机器人 使用前 在https://github.com/Mrs4s/go-cqhttp/releases下载对应平台的可执行文件, 放到 go-cqhttp 目录中 运行go-cqhttp/下载的文件, 根据提示填写 QQ 号和密码等信息, 参考文档https://docs.go-cqhttp.org/guide/quick_start.html ...
GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.
首先官网下载go-cqhttp的Linux和window版,下载window是为了后来的登录。 https://github.com/Mrs4s/go-cqhttp/releases 登录 登录其实用的是Linux以手表形式登录,然后再通过脚本接受和回复信息。 window: 下载好了直接运行go-cqhttp.exe,可能会为了安全生成go-cqhttp.bat也是一样的。 然后会提醒: 未找到配置文件,正...
go-cqhttp开始: https://docs.go-cqhttp.org/guide/quick_start.html#基础教程go-cqhttp版本下载地址: https://github.com/Mrs4s/go-cqhttp/releases下载好后将其解压至欲放置的位置。
网址:https://github.com/Mrs4s/go-cqhttp/releases 根据自己电脑的配置下载相应的压缩包(因为压缩包下载快一些),我下载的是windows 64位的 第二步,配置相关信息 下载完之后解压得到三个文件,分别是go-cqhttp.exe, LICENSE, README.md 然后双击exe文件,然后一直点击确定即可,最后会生成一个go-cqhttp.bat文件, ...
网址:https://github.com/Mrs4s/go-cqhttp/releases 根据自己电脑的配置下载相应的压缩包(因为压缩包下载快一些),我下载的是windows 64位的 第二步,配置相关信息 下载完之后解压得到三个文件,分别是go-cqhttp.exe, LICENSE, README.md 然后双击exe文件,然后一直点击确定即可,最后会生成一个go-cqhttp.bat文件, ...
node-gocqhttp Dependencies (4) axios env-paths get-registry tar Dev Dependencies (8) @octokit/openapi-types @types/adm-zip @types/node @types/tar adm-zip esbuild esbuild-register typescript npm igo-cqhttp Repository github.com/koishijs/node-gocqhttp ...
gocqhttp官方github地址 https://github.com/Mrs4s/go-cqhttp nonebot v11(文档)配置连接 https://onebot.adapters.nonebot.dev/docs/guide/setup 简单安装 0.进入官网 https://github.com/Mrs4s/go-cqhttp 1.在右边的Releases下载最新版👇 3.选择合适自己电脑系统的版本(我是windows 64) ...
点击链接下载最新版本的go-cqhttp:https://github.com/Mrs4s/go-cqhttp/releases 这里我选择window版本的go-cqhttp_windows_386.exe,下载安装包到本地,解压后,运行其中的go-cqhttp_windows_386.exe 运行成功后,会生成执行文件:go-cqhttp.bat,点击执行,其中的通信方式选择3,反向websocket通信后,再回车,会生成配置文...
完成后就会弹出CMD窗口,之后在CMD窗口中输入:git clone https://github.com/Mrs4s/go-cqhttp.git(这就是刚刚在go cqhttp仓库中复制的地址)如果显示如下界面,就需要自行使用霍格沃兹了 然后等待下载完成 接着就是cd到go cq的文件夹,输入:cd go-cqhttp 然后就是拉取他的分支,输入:git pull origin dev 如果...