Giter Club home page Giter Club logo

reboot-q's Introduction

Mirai-js

CodeFactor HitCount

Mirai-js,一个运行在 Node.js、浏览器下的,简单的 QQ 机器人开发框架。

使用一目了然的异步 api,以及强大的中间件机制来实现你的应用。

bot.on('FriendMessage', new Middleware().friendFilter([ 1019933576 ])
    .done(async data => {
        await bot.sendMessage({
            friend: data.sender.id,
            message: new Message().addText('hello world!'),
        });
    })
);

开发文档:

QQ 群: 730757181

如果觉得这个项目还不错的话,就动动小手给个 star 吧!

支持这个项目

感谢

JetBrains 一直致力于创造强大、高效的开发工具。

感谢 JetBrains 对该项目支持的开源开发许可证。

reboot-q's People

Contributors

drincann avatar dependabot[bot] avatar queuecat avatar mantou1233 avatar hempflower avatar semilt avatar furryr avatar nzzz964 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.