Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

cocotais/cocotais-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

174 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cocotais Bot

基于 qq-bot-sdk 实现的的QQ官方机器人框架

项目现使用 qq-bot-sdk 的 fork 版本 @liulyxandy/qq-bot-sdk

文档 · Changelog

🚫 停止维护

由于项目现存架构陈旧,且上游依赖包不活跃无法及时跟进QQ官方API更新,导致项目可用性不佳。综合考虑后,决定停止对 Cocotais Bot 的维护。

在最后一个稳定版本 v1.7.0 版本发布后,本项目将不再继续更新。

📦 安装

要安装 cocotais-bot,请参阅 快速开始。你也可以这样快速安装 :

$ npm install cocotais-bot

使用方法

  1. 在项目目录下运行 npm i cocotais-bot
  2. 在项目目录下运行 npx cocotais-bot start 生成配置文件
  3. 按照QQ官方文档,填写config.json中相关信息
  4. 在项目目录下运行 npx cocotais-bot start 启动机器人,使用 --no-autoload 阻止框架从项目目录的 plugins 文件夹自动加载插件
  5. 在项目目录下运行 npx cocotais-bot plugin apply <插件目录> 以装载插件
  6. 在项目目录下运行 npx cocotais-bot plugin list 以查看插件列表
  7. 在项目目录下运行 npx cocotais-bot plugin reload <插件ID> 以重载插件
  8. 在项目目录下运行 npx cocotais-bot plugin remove <插件ID> 以删除插件
  9. 在项目目录下运行 npx cocotais-bot stop 以停止机器人

📝 许可证

Copyright © 2024-2025 Cocotais Team.
许可证:Apache 2.0

About

快捷、轻量、易用的QQ机器人框架

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •