Giter Club home page Giter Club logo

qq-bot's Introduction

qq-bot

🎉 插件

通用插件

  • 关键字回复
  • 关键字撤回
  • 天气预报(提醒是否有雨)
  • 复读禁言
  • 查看热搜(不可用状态) / 每日播报一觉醒来发生了什么
  • 掌上重邮每日签到
  • 教务在线新闻通知

其他插件

使用

首先应该知道的是,机器人会占用一个 QQ 号的一个端(默认手机端)

  1. 安装

    npm i @qq-bot/core
  2. 启动

    调用 createBot 方法传入 qq 号、密码、qq 群号

    import {createBot} from '@cansiny0320/qq-bot';
    const bot = createBot(123456, 'password', 654321);
  3. 使用插件

    插件列表在packages/plugins目录下,使用方式为安装插件后使用bot.use安装插件,例如

    npm i @qq-bot/plugin-greet
    import {Greet} from '@qq-bot/plugin-greet';
    
    bot.use(Greet);

    注意:某些插件需要传入配置,请阅读对应插件 README 文件

  4. 测试

    如机器人正常启动,则会自动在群聊发送“bot 启动成功”

qq-bot's People

Contributors

cansiny0320 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.