
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
使用方法:
下载并配置 napcat, 并配置 NapCat 端为 websocket 服务端
[napcat]/config/onebot11_*.json 文件内容如下
{
"network": {
"httpServers": [],
"httpClients": [],
"websocketServers": [
{
"name": "main",
"enable": true,
"host": "0.0.0.0",
"port": 3001,
"messagePostFormat": "array",
"reportSelfMessage": false,
"token": "",
"enableForcePushEvent": true,
"debug": false,
"heartInterval": 30000
}
],
"websocketClients": []
},
"musicSignUrl": "",
"enableLocalFile2Url": false
}
npm install koibot
# or
cnpm install koibot
npm install
# or
cnpm install
napcat:
baseUrl: 'ws://localhost:3001'
accessToken: ''
throwPromise: false # 是否需要在触发 socket.error 时抛出错误,默认关闭
reconnection:
enable: true
attempts: 10
delay: 5000 # 单位可能是毫秒(ms)
debug: false
self:
master: [] # 主人
// [koibot]/app.ts
import {Bot} from "./src/index.ts";
new Bot().start()
npm start
or
npx jiti app.js
FAQs
KoiBot - 一个基于 node-napcat-ts 的 QQ 机器人
We found that koibot demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.