X.Bluesky
1.1.0
dotnet add package X.Bluesky --version 1.1.0
NuGet\Install-Package X.Bluesky -Version 1.1.0
<PackageReference Include="X.Bluesky" Version="1.1.0" />
paket add X.Bluesky --version 1.1.0
#r "nuget: X.Bluesky, 1.1.0"
// Install X.Bluesky as a Cake Addin #addin nuget:?package=X.Bluesky&version=1.1.0 // Install X.Bluesky as a Cake Tool #tool nuget:?package=X.Bluesky&version=1.1.0
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
- Automatically generate tags, mentions and url cards
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);
await client.Post($"Read this post from #devdigest: https://yourlink.com/post/123");
await client.Post($"Read this post!", new Uri("https://yourlink.com/post/123");
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. 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 (>= 2.0.4)
-
net6.0
- Microsoft.Extensions.Http (>= 8.0.0)
- Newtonsoft.Json (>= 13.0.3)
- X.Web.MetaExtractor (>= 2.0.4)
-
net8.0
- Microsoft.Extensions.Http (>= 8.0.0)
- Newtonsoft.Json (>= 13.0.3)
- X.Web.MetaExtractor (>= 2.0.4)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.