mirai/README.md

190 lines
8.0 KiB
Markdown
Raw Normal View History

2020-02-16 23:24:02 +08:00
<div align="center">
2020-02-16 23:33:02 +08:00
2020-02-16 23:34:10 +08:00
<img width="160" src="http://img.mamoe.net/2020/02/16/a759783b42f72.png" alt="logo"></br>
2020-02-17 00:13:43 +08:00
<img width="95" src="http://img.mamoe.net/2020/02/16/c4aece361224d.png" alt="title">
----
2019-12-16 04:03:51 +08:00
[![Gitter](https://badges.gitter.im/mamoe/mirai.svg)](https://gitter.im/mamoe/mirai?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![Actions Status](https://github.com/mamoe/mirai/workflows/CI/badge.svg)](https://github.com/mamoe/mirai/actions)
[![Download](https://api.bintray.com/packages/him188moe/mirai/mirai-core/images/download.svg)](https://bintray.com/him188moe/mirai/mirai-core/)
2020-02-16 23:24:02 +08:00
2020-02-17 00:10:13 +08:00
Mirai 是一个在全平台下运行,提供 QQ Android 和 TIM PC 协议支持的高效率机器人框架
2020-02-16 23:54:49 +08:00
2020-02-17 00:04:05 +08:00
这个项目的名字来源于
2020-02-17 00:07:29 +08:00
<p><a href = "http://www.kyotoanimation.co.jp/">京都动画</a>作品<a href = "https://www.bilibili.com/bangumi/media/md3365/?from=search&seid=14448313700764690387">《境界的彼方》</a><a href = "https://zh.moegirl.org/zh-hans/%E6%A0%97%E5%B1%B1%E6%9C%AA%E6%9D%A5">栗山未来(Kuriyama <b>Mirai</b>)</a></p>
2020-02-17 00:35:32 +08:00
<p><a href = "https://www.crypton.co.jp/">CRYPTON</a><a href = "https://www.crypton.co.jp/miku_eng">初音未来</a>为代表的创作与活动<a href = "https://magicalmirai.com/2019/index_en.html">(Magical <b>Mirai</b>)</a></p>
2020-02-17 00:07:29 +08:00
图标以及形象由画师<a href = "">DazeCake</a>绘制
2020-02-16 23:24:02 +08:00
</div>
2020-02-16 23:36:22 +08:00
## Mirai
2019-12-05 20:12:51 +08:00
**[English](README-eng.md)**
2019-08-08 12:45:12 +08:00
2020-02-04 16:24:59 +08:00
多平台 **QQ Android 和 TimPC** 协议支持库与高效率的机器人框架.
2020-02-04 16:25:26 +08:00
纯 Kotlin 实现协议和支持框架,模块<b>全部免费开源</b>
2020-01-29 03:45:00 +08:00
目前可运行在 JVM 或 Android。
2020-02-04 16:24:30 +08:00
Mirai既可以作为你项目中的QQ协议支持Lib, 也可以作为单独的Application与插件承载QQ机器人
2019-12-25 01:50:32 +08:00
**一切开发旨在学习,请勿用于非法用途**
2019-09-01 01:57:14 +08:00
2020-01-29 03:45:00 +08:00
加入 Gitter, 或加入 QQ 群: 655057127
2019-12-20 10:50:01 +08:00
2020-01-31 02:08:07 +08:00
## CHANGELOG
2020-01-31 20:11:22 +08:00
在 [Project](https://github.com/mamoe/mirai/projects/3) 查看已支持功能和计划
在 [CHANGELOG](https://github.com/mamoe/mirai/blob/master/CHANGELOG.md) 查看版本更新记录 (仅发布的版本)
2019-12-04 23:41:48 +08:00
2020-01-29 03:45:00 +08:00
## Modules
2020-01-31 02:09:17 +08:00
### mirai-core
2020-01-29 03:45:00 +08:00
通用 API 模块,一套 API 适配两套协议。
**请参考此模块的 API**
2020-02-04 16:24:30 +08:00
### mirai-core-qqandroid
QQ for Android 8.2.0 版本2019 年 12 月)协议的实现,目前完成大部分。
- 高兼容性:协议仅含极少部分为硬编码,其余全部随官方方式动态生成
- 高安全性密匙随机ECDH 动态计算
- 已支持大部分使用场景, 详情请在[Project](https://github.com/mamoe/mirai/projects/3)查看
2020-01-31 02:09:17 +08:00
### mirai-core-timpc
2020-01-25 12:57:44 +08:00
TIM PC 2.3.2 版本2019 年 8 月)协议的实现,相较于 core仅新增少量 API. 详见 [README.md](mirai-core-timpc/)
支持的功能:
- 消息收发:图片文字复合消息,图片消息
- 群管功能:群员列表,禁言
2020-02-04 16:24:30 +08:00
(目前不再更新此协议,请关注上文的安卓协议)
2020-01-25 12:57:44 +08:00
2020-01-19 21:02:35 +08:00
## Use directly
2020-01-29 03:45:00 +08:00
**直接使用 Mirai(终端环境/网页面板(将来)).**
[Mirai-Console](https://github.com/mamoe/mirai/tree/master/mirai-console) 插件支持, 在终端中启动 Mirai 并获得机器人服务
本模块还未完善。
2020-01-19 21:02:35 +08:00
2019-12-05 20:12:51 +08:00
## Use as a library
2020-02-18 14:40:52 +08:00
**mirai-core 为独立设计, 可以作为库内置于任意 Java(JVM)/Android 项目中使用.**
请将 `VERSION` 替换为最新的版本(如 `0.15.0`):
[![Download](https://api.bintray.com/packages/him188moe/mirai/mirai-core/images/download.svg)](https://bintray.com/him188moe/mirai/mirai-core/)
**Mirai 目前还处于实验性阶段, 我们无法保证任何稳定性, API 也可能会随时修改.**
2020-01-29 03:45:00 +08:00
2020-02-16 00:19:38 +08:00
### Maven
Kotlin 在 Maven 上只支持 JVM 平台.
```xml
<repositories>
<repository>
<id>jcenter</id>
<url>https://jcenter.bintray.com/</url>
</repository>
</repositories>
```
```xml
<dependencies>
<dependency>
<groupId>net.mamoe</groupId>
2020-02-18 14:28:28 +08:00
<artifactId>mirai-core-qqandroid</artifactId>
2020-02-16 00:19:38 +08:00
<version>0.15.1</version> <!-- 替换版本为最新版本 -->
</dependency>
</dependencies>
```
2020-01-29 03:45:00 +08:00
### Gradle
2020-02-16 00:19:38 +08:00
Mirai 只发布在 `jcenter`, 因此请确保添加 `jcenter()` 仓库:
2019-11-23 22:34:57 +08:00
```kotlin
repositories{
jcenter()
}
```
2020-02-16 00:19:38 +08:00
若您需要使用在跨平台项目, 则要对各个目标平台添加不同的依赖,这与 kotlin 相关多平台库的依赖是类似的。
2020-02-18 14:28:28 +08:00
**若您只需要使用在单一平台, 则只需要添加一项该平台的依赖.**
2019-11-23 22:34:57 +08:00
2020-01-29 03:45:00 +08:00
**注意:**
Mirai 核心由 API 模块(`mirai-core`)和协议模块组成。
只添加 API 模块将无法正常工作。
2020-02-16 00:19:38 +08:00
现在只推荐使用 QQAndroid 协议,请参照下文选择对应目标平台的依赖添加。
2020-01-25 13:04:53 +08:00
2020-02-18 14:28:28 +08:00
**jvm** (JVM 平台)
2019-11-23 22:34:57 +08:00
```kotlin
2020-02-18 14:28:28 +08:00
implementation("net.mamoe:mirai-core-qqandroid:VERSION")
2019-11-23 22:34:57 +08:00
```
2020-02-18 14:28:28 +08:00
**common** (通用平台)
2019-11-23 22:34:57 +08:00
```kotlin
2020-02-18 14:28:28 +08:00
implementation("net.mamoe:mirai-core-qqandroid-common:VERSION")
2019-11-23 22:34:57 +08:00
```
2020-02-16 00:19:38 +08:00
**android** (Android 平台)
2019-11-23 22:34:57 +08:00
```kotlin
2020-02-13 00:20:24 +08:00
implementation("net.mamoe:mirai-core-qqandroid-android:VERSION")
2019-11-23 22:34:57 +08:00
```
2020-02-16 00:19:38 +08:00
## Java Compatibility
**若你希望使用 Java 开发**, 请查看: [mirai-japt](mirai-japt/README.md)
2020-01-01 17:15:34 +08:00
### Performance
2020-01-01 16:51:20 +08:00
Android 上, Mirai 运行需使用 80M 内存.
2020-02-16 00:19:38 +08:00
JVM 上启动需 80M 内存, 每多一个机器人实例需要 30M 内存.
2020-01-12 00:19:46 +08:00
2020-01-26 03:55:03 +08:00
## Contribution
我们欢迎一切形式的贡献。
我们也期待有更多人能加入 Mirai 的开发。
若在使用过程中有任何疑问, 可提交 issue 或是邮件联系(support@mamoe.net). 我们希望 Mirai 变得更易用.
2020-02-16 00:19:38 +08:00
您的 star 是对我们最大的鼓励(点击项目右上角)
2020-01-26 03:55:03 +08:00
2020-01-12 00:19:46 +08:00
## Wiki
2020-02-16 00:19:38 +08:00
在 [Wiki](https://github.com/mamoe/mirai/wiki/Home) 中查看各类帮助,**如 API 示例**(可能过时,待 QQ Android 协议完成后会重写)。
2020-01-12 00:19:46 +08:00
2019-10-27 23:20:53 +08:00
## Try
2019-11-06 21:54:31 +08:00
### On JVM or Android
2020-01-12 00:19:46 +08:00
现在体验低付出高效率的 Mirai
2019-09-16 22:25:55 +08:00
2019-11-02 18:49:48 +08:00
```kotlin
2020-02-16 17:53:35 +08:00
val bot = Bot(qqId, password).alsoLogin()
2019-11-28 12:51:02 +08:00
bot.subscribeMessages {
"你好" reply "你好!"
"profile" reply { sender.queryProfile() }
contains("图片"){ File(imagePath).send() }
2019-11-02 18:49:48 +08:00
}
bot.subscribeAlways<MemberPermissionChangedEvent> {
if (it.kind == BECOME_OPERATOR)
2019-11-28 12:51:02 +08:00
reply("${it.member.id} 成为了管理员")
2019-11-02 18:49:48 +08:00
}
```
2019-09-08 01:24:18 +08:00
1. Clone
2019-10-09 11:10:35 +08:00
2. Import as Gradle project
2019-11-02 18:49:48 +08:00
3. 运行 Demo 程序: [mirai-demo](#mirai-demo) 示例和演示程序
2019-10-27 03:36:26 +08:00
2019-11-16 17:49:58 +08:00
2019-12-16 07:59:24 +08:00
## Build Requirements
2019-10-27 23:20:53 +08:00
2020-01-26 03:55:03 +08:00
- Kotlin 1.3.61
- JDK 8 (required)
2020-01-29 03:45:00 +08:00
- JDK 11for protocol tools, optional
2020-01-26 03:55:03 +08:00
- Android SDK 29 (for Android target, optional)
2019-10-27 23:20:53 +08:00
#### Libraries used
2020-01-12 00:19:46 +08:00
感谢:
2019-11-02 18:36:33 +08:00
- [kotlin-stdlib](https://github.com/JetBrains/kotlin)
- [kotlinx-coroutines](https://github.com/Kotlin/kotlinx.coroutines)
- [kotlinx-io](https://github.com/Kotlin/kotlinx-io)
- [kotlin-reflect](https://github.com/JetBrains/kotlin)
- [pcap4j](https://github.com/kaitoy/pcap4j)
- [atomicfu](https://github.com/Kotlin/kotlinx.atomicfu)
- [ktor](https://github.com/ktorio/ktor)
- [tornadofx](https://github.com/edvin/tornadofx)
- [javafx](https://github.com/openjdk/jfx)
2019-12-01 22:18:16 +08:00
- [kotlinx-serialization](https://github.com/Kotlin/kotlinx.serialization)
2020-01-10 08:58:05 +08:00
- [bouncycastle](https://www.bouncycastle.org/java.html)
2020-02-16 01:06:42 +08:00
- [lanterna](https://github.com/mabe02/lanterna/tree/master)
- [fastjson](https://github.com/alibaba/fastjson)
- [toml4j](https://github.com/mwanji/toml4j)
- [snakeyaml](https://mvnrepository.com/artifact/org.yaml/snakeyaml)
2019-10-27 23:20:53 +08:00
2019-12-30 19:45:01 +08:00
## License
2019-12-31 13:21:08 +08:00
协议原版权归属腾讯科技股份有限公司所有,本项目其他代码遵守:
2019-12-30 19:45:01 +08:00
**GNU AFFERO GENERAL PUBLIC LICENSE version 3**
2019-12-31 13:21:08 +08:00
其中部分要求:
2019-12-30 19:45:01 +08:00
- (见 LICENSE 第 13 节) 尽管本许可协议有其他规定,但如果您修改本程序,则修改后的版本必须显着地为所有通过计算机网络与它进行远程交互的用户(如果您的版本支持这种交互)提供从网络服务器通过一些标准或惯用的软件复制方法**免费**访问相应的**源代码**的机会
2020-01-14 21:57:10 +08:00
- (见 LICENSE 第 4 节) 您可以免费或收费地传递这个项目的源代码或目标代码(即编译结果), **但前提是提供明显的版权声明** (您需要标注本 `GitHub` 项目地址)
## Acknowledgement
2020-01-29 03:45:00 +08:00
特别感谢 [JetBrains](https://www.jetbrains.com/?from=mirai) 为开源项目提供免费的 [IntelliJ IDEA](https://www.jetbrains.com/idea/?from=mirai) 等 IDE 的授权
2020-01-20 20:19:41 +08:00
[<img src=".github/jetbrains-variant-3.png" width="200"/>](https://www.jetbrains.com/?from=mirai)
2020-02-17 16:48:18 +08:00