前往QQ开放平台,注册QQ机器人获取APPID和TOKEN
与KazuhaBot对比
- 本项目仅保留了公告推送内容,更加简洁高效。
注意V2.1.5开始使用js运行,抛弃之前的ts方法。
安装pnpm
已安装的可以跳过
npm install pnpm -g
请先创建一个空目录,然后在 你创建的空目录 根目录夹打开终端,运行下述指令之一
// 使用PNPM
pnpm i kazuha-bot && node node_modules\kazuha-bot\init.js
// 使用PNPM镜像(网络不好首选)
pnpm i kazuha-bot --registry=https://registry.npmmirror.com && node node_modules\kazuha-bot\init.js
请根据网络情况选择Github安装或Gitee安装
// 使用gitee
git clone --depth=1 https://gitee.com/rainbowwarmth/KazuhaBot -b build
pnpm install -P
// 使用github
git clone --depth=1 https://github.com/rainbowwarmth/KazuhaBot -b build
pnpm install -P
打开config文件夹,选中config.example.json文件重命名为config.json文件,并更改其中的APP_ID和APP_TOKEN为机器人对应ID与TOKEN
启动redis后
在终端输入npm start
运行
名称 | 介绍 |
---|---|
KazuhaBot | 飞龙大佬的KazuhaBot |
- 项目仅供学习交流使用,严禁用于任何商业用途和非法行为
- MIT 许可证