# LLOneBot API LiteLoaderQQNT插件,使你的NTQQ支持OneBot11协议进行QQ机器人开发 TG群: ## 安装方法 见 ## 设置界面 图片名称 ## HTTP 调用示例 ![](doc/image/example.jpg) ## 支持的 api 和功能详情 见 ## TODO - [x] 重构摆脱LLAPI,目前调用LLAPI只能在renderer进程调用,需重构成在main进程调用 - [x] 支持正、反向websocket(感谢@disymayufei的PR) - [x] 转发消息记录 - [x] 好友点赞api - [x] 群管理功能,禁言、踢人,改群名片等 - [x] 视频消息 - [x] 文件消息 - [x] 群禁言事件上报 - [x] 优化加群成功事件上报 - [x] 清理缓存api - [ ] 无头模式 - [ ] 框架对接文档 ## onebot11文档 ## Stargazers over time [![Stargazers over time](https://starchart.cc/LLOneBot/LLOneBot.svg?variant=adaptive)](https://starchart.cc/LLOneBot/LLOneBot) ## 鸣谢 * [LiteLoaderQQNT](https://liteloaderqqnt.github.io/guide/install.html) * [LLAPI](https://github.com/Night-stars-1/LiteLoaderQQNT-Plugin-LLAPI) * [chronocat](https://github.com/chrononeko/chronocat/) * [koishi-plugin-adapter-onebot](https://github.com/koishijs/koishi-plugin-adapter-onebot) ## 友链 * [Lagrange.Core](https://github.com/LagrangeDev/Lagrange.Core) 一款用C#实现的NTQQ纯协议跨平台QQ机器人框架