https://github.com/lagrangedev/acidify
NTQQ protocol implementation in Kotlin
https://github.com/lagrangedev/acidify
kotlin kotlin-multiplatform kotlin-multiplatform-library kotlin-native kotlin-native-library milky qq qq-bot qqbot
Last synced: 3 months ago
JSON representation
NTQQ protocol implementation in Kotlin
- Host: GitHub
- URL: https://github.com/lagrangedev/acidify
- Owner: LagrangeDev
- License: gpl-3.0
- Created: 2025-08-28T15:30:33.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-10-04T09:06:20.000Z (8 months ago)
- Last Synced: 2025-10-04T09:21:54.487Z (8 months ago)
- Topics: kotlin, kotlin-multiplatform, kotlin-multiplatform-library, kotlin-native, kotlin-native-library, milky, qq, qq-bot, qqbot
- Language: Kotlin
- Homepage:
- Size: 30.6 MB
- Stars: 9
- Watchers: 0
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://qm.qq.com/q/C04kPQzayk)
[](https://t.me/WeavingStar)
[](https://deepwiki.com/LagrangeDev/acidify)
## 使用
参见[项目主页](https://acidify.ntqqrev.org/)。
## 模块一览
- `acidify-core` - PC & Android NTQQ 协议的核心实现 [](https://central.sonatype.com/artifact/org.ntqqrev/acidify-core)
- `@acidify/core` - `acidify-core` 的 Kotlin/JS 导出版本 [](https://www.npmjs.com/package/@acidify/core)
- `yogurt` - 基于 `acidify-core` 的 QQ 协议端 [](https://github.com/SaltifyDev/yogurt-releases)
- `@acidify/yogurt` - Yogurt 的预编译二进制包 [](https://www.npmjs.com/package/@acidify/yogurt)
- `yogurt-jvm` - Yogurt 的 JVM 平台适配 (Workaround for Ktor plugin's incompatibility issue)
## 支持平台
- Kotlin/JVM
- Kotlin/Native
- Windows via `mingwX64`
- macOS via `macosX64` and `macosArm64`
- Linux via `linuxX64` and `linuxArm64`
- Kotlin/JS (for `acidify-core`, Node.js only)
## See Also
- [Milky](https://milky.ntqqrev.org/) - 基于 HTTP / WebSocket 通信的新时代 QQ 机器人应用接口标准
- [Saltify](https://saltify.ntqqrev.org/) - 跨平台、可扩展的 QQ Bot 框架 & Milky SDK
- [yogurt-pmhq](https://github.com/LLOneBot/yogurt-pmhq) - Yogurt 的 Fork,使用 PMHQ 实现登录,无需签名 API
- [acidify-codec](https://github.com/SaltifyDev/acidify-codec) - LagrangeCodec 的 Kotlin 绑定
- [acidify-codec-js](https://github.com/SaltifyDev/acidify-codec-js) - LagrangeCodec 的 JavaScript 绑定
- [Cecilia](https://github.com/Wesley-Young/Cecilia) - 实验性的基于 Compose 的即时聊天软件
- [yogurt-captcha-solver](https://github.com/SaltifyDev/yogurt-captcha-solver) - QQ 图形验证码 Ticket 抓取辅助工具
## Special Thanks
- [Lagrange.Core](https://github.com/LagrangeDev/Lagrange.Core) 提供项目的基础架构和绝大多数协议包定义
- [Konata.Core](https://github.com/KonataDev/Konata.Core) 最初的 PC NTQQ 协议实现
- [lagrange-kotlin](https://github.com/LagrangeDev/lagrange-kotlin) 提供 TEA & 登录认证的实现
- [qrcode-kotlin](https://github.com/g0dkar/qrcode-kotlin/) 提供二维码矩阵生成的实现
- [LagrangeCodec](https://github.com/LagrangeDev/LagrangeCodec) 提供多媒体编解码的实现
- [@Linwenxuan04](https://github.com/Linwenxuan04) 编写 crypto 和 math(原 multiprecision) 部分
- ... and all the contributors along the way!
## Contributors
### Directly to this repository

### Lagrange.Core

### LagrangeV2

### Konata.Core
