English | 简体中文
Kook.Net is an unofficial C# .NET implementation for KOOK (KaiHeiLa formerly) API.
Source code is available on GitHub, Gitee, and GitCode.
Documents are available on kooknet.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.
- Kook.Net: NuGet, GitHub Packages
Individual components of the main package can be installed separately. These packages are included in the main package.
- Kook.Net.Core: NuGet, GitHub Packages
- Kook.Net.Rest: NuGet, GitHub Packages
- Kook.Net.WebSocket: NuGet, GitHub Packages
- Kook.Net.Webhook: NuGet, GitHub Packages
- Kook.Net.Commands: NuGet, GitHub Packages
Extension packages provide additional features or implementations that are not included in the main package.
- Kook.Net.CardMarkup: NuGet, GitHub Packages
- Kook.Net.Webhook.AspNet: NuGet, GitHub Packages
- Kook.Net.Webhook.HttpListener: NuGet, GitHub Packages
- Kook.Net.MessageQueue.InMemory: NuGet, GitHub Packages
- Kook.Net.MessageQueue.MassTransit: NuGet, GitHub Packages
- Kook.Net.DependencyInjection.Microsoft: NuGet, GitHub Packages
- Kook.Net.Hosting: NuGet, GitHub Packages
Experimental packages offer implementations of APIs that haven't been officially released or documented. They may violate developer rules or policies, lack stability guarantees, and are subject to potential changes or removal in the future.
- Kook.Net.Experimental: NuGet, GitHub Packages
This package is open-source and is licensed under the MIT license.
Kook.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 Kook.Net.