English | 简体中文
QQBot.Net is an unofficial C# .NET implementation for QQ Bot API v1 and v2.
Source code is available on GitHub.
Documents are available on qqbotnet.dev. (Simplified Chinese available only)
Tip
Targets other than .NET 8.0 have not been fully tested.
The main package provides all implementations of official APIs.
- QQBot.Net: NuGet, GitHub Packages
Individual components of the main package can be installed separately. These packages are included in the main package.
- QQBot.Net.Core: NuGet, GitHub Packages
- QQBot.Net.Rest: NuGet, GitHub Packages
- QQBot.Net.WebSocket: NuGet, GitHub Packages
This package is open-source and is licensed under the MIT license.
QQBot.Net was developed with reference to Discord.Net.
Discord.Net contributors holds the copyright for portion of the code in this repository according to this license.
Special thanks to Discord.Net for such a great project.
Special thanks to JetBrains for providing free licenses for their awesome tools - Rider and ReSharper - to develop QQBot.Net.