Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

koishijs/koishi-plugin-gocqhttp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

38b63b7 · Oct 10, 2023

History

64 Commits
Jan 18, 2023
Oct 10, 2023
Oct 10, 2023
Jan 16, 2023
Feb 4, 2022
Jan 11, 2022
Jan 16, 2023
Oct 10, 2023
Oct 10, 2023
Jun 27, 2023
Oct 10, 2023

Repository files navigation

本插件停止维护

请移步:Mrs4s/go-cqhttp#2471

愿我们能在更加开放的平行世界再次相遇。


koishi-plugin-gocqhttp

npm

此插件将自动下载 go-cqhttp,并在启动时自动运行,从而支持无需后端的 @koishijs/plugin-adapter-onebot。

目前支持以下功能:

  • 扫描二维码登录
  • 手机短信验证码
  • captcha 图片
  • 滑条验证
  • 设置登录设备

安装

npm install koishi-plugin-gocqhttp

使用方法

要使用此插件,需要完成两步配置:

# koishi.yml
plugins:
  # 1. 添加这个插件
  gocqhttp:

  adapter-onebot:
    selfId: '123456789'
    protocol: ws-reverse
    # 2. 向机器人配置中添加 gocqhttp 属性
    # 未设置 enabled=true 的机器人不会创建子进程
    gocqhttp:
      enabled: true
      password: xxxxx