An open API service indexing awesome lists of open source software.

https://github.com/lagrangedev/mania

An Implementation of NTQQ Protocol, with Pure RustπŸ¦€, Derived from Lagrange.Core
https://github.com/lagrangedev/mania

ntqq protocol qq-protocol qqbot rs-qq rust

Last synced: 11 days ago
JSON representation

An Implementation of NTQQ Protocol, with Pure RustπŸ¦€, Derived from Lagrange.Core

Awesome Lists containing this project

README

        

![Mania](https://socialify.git.ci/LagrangeDev/mania/image?description=1&descriptionEditable=An%20Implementation%20of%20NTQQ%20Protocol,%20with%20Pure%20Rust%F0%9F%A6%80,%20Derived%20from%20Lagrange.Core&font=Jost&forks=1&issues=1&logo=https%3A%2F%2Fstatic.live.moe%2Flagrange.jpg&name=1&pattern=Diagonal%20Stripes&pulls=1&stargazers=1&theme=Auto)
[![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/LagrangeDev/mania/check.yml?logo=github)](https://github.com/LagrangeDev/mania/actions)
![nightly](https://img.shields.io/badge/toolchain-nightly-important)
![wip](https://img.shields.io/badge/develop-wip-blue)

> [!NOTE]\
> This project is originally frozen in
> [radicle](https://app.radicle.xyz/nodes/seed.radicle.garden/rad:z4QZVPDxLbGgd1oHFsjtJLQYtZ8ma)

> [!WARNING]\
> This project is still in active development. The internal and external
> interfaces are still unstable

## Disclaimer

[See Lagrange.Core](https://github.com/LagrangeDev/Lagrange.Core#disclaimer)

## Features List

| Protocol | Support | Login | Support | Messages | Support | Operations | Support | Events | Support |
| -------- | :-----: | ------------------------------ | :-----: | :------------ | :-----: | :---------------- | :-----: | :------------------ | :-----: |
| Windows | πŸ”΄ | QrCode | 🟒 | BounceFace | πŸ”΄ | Poke | πŸ”΄ | ~~Captcha~~ | πŸ”΄ |
| macOS | πŸ”΄ | ~~Password~~ | πŸ”΄ | Face | 🟑 [^1] | Recall | πŸ”΄ | BotOnline | 🟒 |
| Linux | 🟒 | EasyLogin | 🟑 | File | 🟑[^1] | Leave Group | πŸ”΄ | BotOffline | 🟒 |
| | | ~~UnusualDevice
Password~~ | πŸ”΄ | Forward | 🟒 | Set Special Title | πŸ”΄ | Message | 🟒 |
| | | ~~UnusualDevice
Easy~~ | πŸ”΄ | ~~GreyTip~~ | πŸ”΄ | Kick Member | πŸ”΄ | Poke | 🟒 |
| | | ~~NewDeviceVerify~~ | πŸ”΄ | GroupReaction | 🟑[^1] | Mute Member | πŸ”΄ | MessageRecall | 🟒 |
| | | | | Image | 🟒 | Set Admin | πŸ”΄ | GroupMemberDecrease | 🟒 |
| | | | | Json | 🟒 | Friend Request | πŸ”΄ | GroupMemberIncrease | 🟒 |
| | | | | KeyBoard | πŸ”΄ | Group Request | πŸ”΄ | GroupPromoteAdmin | 🟒 |
| | | | | LightApp | 🟒 | ~~Voice Call~~ | πŸ”΄ | GroupInvite | 🟒 |
| | | | | LongMsg | 🟑[^1] | Client Key | πŸ”΄ | GroupRequestJoin | 🟒 |
| | | | | Markdown | πŸ”΄ | Cookies | πŸ”΄ | FriendRequest | 🟒 |
| | | | | MarketFace | 🟑[^1] | Send Message | 🟑 | ~~FriendTyping~~ | πŸ”΄ |
| | | | | Mention | 🟒 | | | ~~FriendVoiceCall~~ | πŸ”΄ |
| | | | | MultiMsg | 🟑[^1] | | | | |
| | | | | Poke | πŸ”΄ | | | | |
| | | | | Record | 🟒 | | | | |
| | | | | SpecialPoke | πŸ”΄ | | | | |
| | | | | Text | 🟒 | | | | |
| | | | | Video | 🟒 | | | | |
| | | | | Xml | 🟒 | | | | |

[^1]: Only implemented event parsing

## References

- All projects in [LagrangeDev](https://github.com/lagrangeDev) (and their twin
projects)
- [lz1998/ricq](https://github.com/lz1998/ricq)
- [inmes-dev/qqbot.rs](https://github.com/inmes-dev/qqbot.rs)