A .NET class library for the Bluesky social network.
A .NET 8 class library for the AT Protocol and APIs for the Bluesky social network.
Add the idunno.Bluesky
package to your project, and then
BlueskyAgent agent = new ();
var loginResult = await agent.Login(username, password);
if (loginResult.Succeeded)
{
var response = await agent.CreatePost("Hello World");
if (response.Succeeded)
{
}
}
Please see the documentation for much more useful documentation and samples.
The API status page shows what APIs are currently implemented.
The releases page provides details of each release and what was added, changed or removed.
idunno.Bluesky
, idunno.AtProto
and idunno.AtProto.OAuthCallBack
are available under the MIT license, see the LICENSE file for more information.
idunno.AtProto
takes a dependency on System.Text.Json
v9 to support deserializing derived types where the $type
property is not the
first property in the JSON object.
Fishyflip - a .NET ATProtocol/Bluesky Library
Client for Bluesky
Bluesky cross-poster for inferior services (and a .NET library for ATProto and Bluesky)
An atproto PDS implementation in .NET (C#)
A Bluesky appview focused on low resource consumption
An oekaki BBS board running on top of the AT Protocol.
Your Brand Here!
50K+ engaged viewers every month
Limited spots available!
📧 Contact us via email🦋 Contact us on Bluesky