An Implementation of NTQQ Protocol, with Pure C#, Derived from Konata.Core
.github/workflows | ||
Lagrange.Core | ||
Lagrange.Core.Test | ||
Lagrange.OneBot | ||
Lagrange.Signature | ||
.gitignore | ||
Lagrange.Core.sln | ||
LICENSE | ||
README.md |
Features List
Protocol | Support | Login | Support | Messages | Support | Operations | Support | Events | Support |
---|---|---|---|---|---|---|---|---|---|
Windows | 🔴 | QrCode | 🟢 | Images | 🟡 | 🔴 | Captcha | 🔴 | |
macOS | 🔴 | Password | 🟢 | Text / At | 🟡 | Recall | 🔴 | BotOnline | 🟢 |
Linux | 🟢 | EasyLogin | 🟢 | Records | 🔴 | Leave Group | 🔴 | BotOffline | 🟢 |
UnusalDevice Password |
🔴 | QFace | 🟡 | 🔴 | Message | 🔴 | |||
UnusalDevice Easy |
🔴 | Json | 🟡 | Kick Member | 🔴 | 🔴 | |||
Xml | 🟡 | Mute Member | 🔴 | MessageRecall | 🔴 | ||||
Forward | 🔴 | Set Admin | 🔴 | GroupMemberDecrease | 🔴 | ||||
Video | 🔴 | Friend Request | 🔴 | GroupMemberIncrease | 🔴 | ||||
🔴 | Group Request | 🔴 | GroupPromoteAdmin | 🔴 | |||||
Reply | 🔴 | 🔴 | GroupInvite | 🔴 | |||||
File | 🔴 | Csrf Token | 🔴 | GroupRequestJoin | 🔴 | ||||
Cookies | 🟢 | FriendRequest | 🔴 | ||||||
🔴 | |||||||||
🔴 |
Known Problem
- Signature Service is currently not established, so the login tend to be failed and return code may be 45, you can establish your own sign service by rewriting the
Signature
static class.