X.Bluesky
1.0.1
See the version list below for details.
dotnet add package X.Bluesky --version 1.0.1
NuGet\Install-Package X.Bluesky -Version 1.0.1
<PackageReference Include="X.Bluesky" Version="1.0.1" />
paket add X.Bluesky --version 1.0.1
#r "nuget: X.Bluesky, 1.0.1"
// Install X.Bluesky as a Cake Addin #addin nuget:?package=X.Bluesky&version=1.0.1 // Install X.Bluesky as a Cake Tool #tool nuget:?package=X.Bluesky&version=1.0.1
X.Bluesky
The X.Bluesky is a .NET library designed to make it easy for developers to post messages to Bluesky, a decentralized social network.
By leveraging the Bluesky API, this project allows for straightforward integration into .NET applications, enabling posts to be made programmatically.
Features
- Post messages directly to Bluesky.
- Attach links to posts, allowing for page previews within the Bluesky feed.
- Authenticate with Bluesky using an identifier and password.
Getting Started
Prerequisites
- .NET SDK (compatible with the version used by the project)
- An account on Bluesky with an identifier and password
Installation
To use the X.Bluesky library in your project, include it as a dependency in your project's file (e.g., csproj
). Documentation on how to do this will be provided based on the package hosting solution used (e.g., NuGet).
Usage
var identifier = "your.bluesky.identifier";
var password = "your-password-here";
IBlueskyClient client = new BlueskyClient(identifier, password);
var link = new Uri("https://yourlink.com/post/123");
await client.Post("Hello world!", link);
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. 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. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- Microsoft.Extensions.Http (>= 8.0.0)
- Newtonsoft.Json (>= 13.0.3)
- X.Web.MetaExtractor (>= 1.8.0)
-
net8.0
- Microsoft.Extensions.Http (>= 8.0.0)
- Newtonsoft.Json (>= 13.0.3)
- X.Web.MetaExtractor (>= 1.8.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.1.7 | 63 | 11/19/2024 |
1.1.5-beta | 202 | 11/17/2024 |
1.1.4-beta | 77 | 11/16/2024 |
1.1.3-beta | 84 | 11/14/2024 |
1.1.0 | 306 | 9/12/2024 |
1.0.3 | 221 | 7/9/2024 |
1.0.1 | 504 | 2/6/2024 |