Skip to content

Commit

Permalink
add awesome.md
Browse files Browse the repository at this point in the history
  • Loading branch information
takayama-lily committed Jun 9, 2021
1 parent 11954ce commit 3144237
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

[![npm version](https://img.shields.io/npm/v/oicq.svg?logo=npm)](https://www.npmjs.com/package/oicq)
[![node engine](https://img.shields.io/node/v/oicq.svg)](https://nodejs.org)
[![discord](https://img.shields.io/static/v1?label=chat&message=discord&color=7289da&logo=discord)](https://discord.gg/gKnU7BARzv)
[![discord](https://img.shields.io/static/v1?label=chat&message=on%20discord&color=7289da&logo=discord)](https://discord.gg/gKnU7BARzv)

* QQ(安卓)协议基于Node.js的实现。也参考了一些其他开源仓库如[mirai](https://github.com/mamoe/mirai)[miraiGo](https://github.com/Mrs4s/MiraiGo)等。
* 使用 酷Q/CQHTTP 风格的API,原生支持经典CQ码
* 实现了大部分常用协议和功能,但不会支持金钱/红包相关协议。
* 请使用 `Node.js 12.16` 以上版本
* QQ(安卓)协议基于Node.js的实现,移植于 [mirai](https://github.com/mamoe/mirai)
* 使用CQHTTP风格的API,原生支持经典CQ码,代替死去的酷Q
* 已实现大部分常用功能,支持最低node版本为 v12.16
* [awesome](./awesome.md) 社区相关应用收集

----

Expand Down Expand Up @@ -53,7 +53,6 @@ client.setGroupBan(gid, uid, 3600) //禁言

> 更详细的例子:[demo.js](docs/demo.js)
> 更多API:[index.d.ts](https://github.com/takayama-lily/oicq/blob/b600469337bf9ecd5a871413661d56c6325afce3/index.d.ts#L655)
> 基于此库的插件式机器人框架;[abot](https://github.com/takayama-lily/abot)
**相关文档:**

Expand Down
13 changes: 13 additions & 0 deletions awesome.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Awesome

收集社区相关应用,社区项目并不需要非常高的质量,
如果你觉得你做了一个很酷的东西,或者希望更多人看到或使用你的项目,
可以提交 `PR` 将你的开源项目地址和说明添加到这里(不限于github仓库)。

----

* [abot](https://github.com/takayama-lily/oicq) 一个多账号插件式机器人框架
* [Steve-xmh/neonbot](https://github.com/Steve-xmh/neonbot) abot的加强版,使用多线程隔离了插件,更加稳定
* [node-onebot](https://github.com/takayama-lily/node-onebot) Http API (使用OneBot即cqhttp协议)
* [vscode-qq](https://github.com/takayama-lily/vscode-qq) 一款vscode摸鱼插件
* [Clansty/electron-qq](https://github.com/Clansty/electron-qq) 一款有点危险的应用

0 comments on commit 3144237

Please sign in to comment.