Giter Club home page Giter Club logo

lua-mirai's Introduction

lua-mirai

这是一个实现了mirai规范的lua快速开发框架。

使用声明

1、本项目仅供学习参考,禁止用于任何商业用途。

2、本项目不含有任何旨在破坏用户计算机数据和获取用户隐私的恶意代码,不含有任何跟踪、监视用户计算机功能代码,不会收集任何用户个人信息,不会泄露用户隐私。

3、本项目不提供任何具体功能实现,仅仅只是对原项目mirai的二次封装。因使用本项目造成或与本项目有关的一切争议或法律纠纷,将由原项目mirai全部承担。

4、任何单位或个人认为本项目可能涉嫌侵犯其合法权益,应该及时提出反馈,我们将会第一时间对违规内容给予删除等相关处理。

开始使用

安卓端

请参阅 MiraiAndroid

MiraiAndroid lua脚本开发指南

PC端(JVM)

请参阅 lua-mirai jvm

作为依赖引入第三方项目

Gradle

添加jcenter仓库

buildscript{
    //...
    repositories {
        //...
        jcenter() 
    }
}

添加mirai以及lua-mirai依赖

dependencies {
    implementation "net.mamoe:mirai-core-qqandroid:$MIRAI_VERSION" //Mirai Core
    implementation "com.ooooonly:luaMirai:$LUAMIRAI_VERSION" //lua-mirai
}

开发lua-mirai脚本

lua语言基础

请参阅 30分钟快速入门lua语言

lua-mirai开发指南

请参阅 lua-mirai api

MiraiAndroid lua api

第三方库

许可证

基于原项目mirai使用GNU AGPLv3作为开发许可证,该项目同样使用了GNU AGPLv3 作为开源许可证, 因此,在使用时务必遵守相应的规则. 。

lua-mirai's People

Contributors

only52607 avatar rimliya avatar thebadzhang 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.