mirror of
https://github.com/mamoe/mirai.git
synced 2025-04-15 07:37:08 +08:00
Update README-eng.md
This commit is contained in:
parent
9b01940662
commit
4425cef822
@ -1,9 +1,9 @@
|
||||
# Mirai
|
||||
[](https://www.codacy.com/manual/Him188/mirai?utm_source=github.com&utm_medium=referral&utm_content=mamoe/mirai&utm_campaign=Badge_Grade)
|
||||
|
||||
Mirai is a high-performance multi-platform library, as well as a framework, providing chatting protocol support for Tencent QQ.
|
||||
Mirai is a high-performance multi-platform library, as well as a framework, providing protocol support for Tencent QQ.
|
||||
|
||||
Mirai is designed to handle all sorts of messaging jobs that can be automatically done by bots **in a perfect way**.
|
||||
Mirai is designed to handle all sorts of messaging works that can be automatically done by bots **in a perfect way**.
|
||||
|
||||
> Tencent QQ: A modern messaging software used by all Chinese netizens.
|
||||
|
||||
@ -14,8 +14,8 @@ Mirai is designed to handle all sorts of messaging jobs that can be automaticall
|
||||
|
||||
### Use as a framework
|
||||
|
||||
Mirai is able to run as plugin-supported framework.
|
||||
Mirai is building a community (with `mirai-console`) that allows developers to share their plugins, and for users to install plugins quickly.
|
||||
Mirai is able to run as a plugin-supported framework.
|
||||
The community, (with `mirai-console`) that allows developers to share their plugins, and for users to install plugins quickly, is building in progress.
|
||||
|
||||
- JVM languages like `Java` or `Kotlin`: Make Jar plugin for [mirai-console](https://github.com/mamoe/mirai-console) directly and share with other developers through the plugin center.
|
||||
- `Kotlin Script`: [mirai-kts](https://github.com/iTXTech/mirai-kts) supports plugins using Kotlin Scripts (`kts`)(**OpenJDK 8+ only,except Android**)
|
||||
@ -23,7 +23,7 @@ Mirai is building a community (with `mirai-console`) that allows developers to s
|
||||
- `JavaScript`: [mirai-js](https://github.com/iTXTech/mirai-js) supports plugins using `JavaScript` and inter-operate with **mirai** on JVM directly.
|
||||
- Any language:Use HTTP API from [mirai-api-http](https://github.com/mamoe/mirai-api-http)
|
||||
|
||||
**Though only Jar plugins are supported officially, you can use these bridges that are created and maintained by the community**:
|
||||
**Though only Jar plugins are supported officially, language bridges that are maintained by the community can connect with your knowledge.**:
|
||||
|
||||
- `Python`: [python-mirai](https://github.com/NatriumLab/python-mirai) A Bot framework based on `mirai-api-http`.
|
||||
- `JavaScript`(`Node.js`): [node-mirai](https://github.com/RedBeanN/node-mirai) The Node.js SDK for mirai.
|
||||
|
Loading…
Reference in New Issue
Block a user