8000 GitHub - blowdart/idunno.Bluesky: A .NET class library for the Bluesky social network.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

blowdart/idunno.Bluesky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
< 8000 div class="overflow-hidden">
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Bluesky butterfly logo, except in purpleidunno.Bluesky

GitHub License Last Commit GitHub Tag NuGet Version NuGet Downloads

A .NET 8 and .NET 9 class library for the AT Protocol and APIs for the Bluesky social network.

Getting Started

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.

Current Build Status

Build Status

Release History

The releases page provides details of each release and what was added, changed or removed.

License

idunno.Bluesky, idunno.AtProto and idunno.AtProto.OAuthCallBack are available under the MIT license, see the LICENSE file for more information.

Planned work

Major

  • Logging in idunno.Bluesky
  • GIF attaching
  • Firehose support
  • Wider test coverage
  • More deserialization tests with captured responses

Awaiting external

  • Automatic Open Graph card generation when link facets detected.

Dependencies

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.

External dependencies

External analyzers used during builds

External build & testing tools

Other .NET Bluesky libraries and projects

About

A .NET class library for the Bluesky social network.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Contributors 8

0