WhatsApp.Client
1.0.2
See the version list below for details.
dotnet add package WhatsApp.Client --version 1.0.2
NuGet\Install-Package WhatsApp.Client -Version 1.0.2
<PackageReference Include="WhatsApp.Client" Version="1.0.2" />
<PackageVersion Include="WhatsApp.Client" Version="1.0.2" />
<PackageReference Include="WhatsApp.Client" />
paket add WhatsApp.Client --version 1.0.2
#r "nuget: WhatsApp.Client, 1.0.2"
#:package WhatsApp.Client@1.0.2
#addin nuget:?package=WhatsApp.Client&version=1.0.2
#tool nuget:?package=WhatsApp.Client&version=1.0.2
A comprehensive .NET library for interacting with the WhatsApp Web API using browser automation. Port of the popular wajs JavaScript library to C# with modern .NET patterns, strong typing, and async/await support.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- FFMpegCore (>= 5.0.2)
- Microsoft.Extensions.DependencyInjection (>= 8.0.0)
- Microsoft.Extensions.Hosting (>= 8.0.0)
- Microsoft.Extensions.Logging (>= 8.0.0)
- Microsoft.Extensions.Options (>= 8.0.0)
- Microsoft.Playwright (>= 1.40.0)
- System.Text.Json (>= 8.0.5)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version 1.0.0:
- Initial release of WhatsApp.Client
- Core WhatsApp Web API functionality
- Browser automation using Microsoft Playwright
- Event-driven architecture with C# events
- Strong typing and modern async/await patterns
- Support for messages, contacts, and chats
- Session persistence and QR code authentication
- Comprehensive logging and error handling