Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mackuba/sdk.blue
A curated list of libraries & SDKs for the Bluesky API and AT Protocol
https://github.com/mackuba/sdk.blue
atproto atprotocol bluesky bluesky-api
Last synced: 2 days ago
JSON representation
A curated list of libraries & SDKs for the Bluesky API and AT Protocol
- Host: GitHub
- URL: https://github.com/mackuba/sdk.blue
- Owner: mackuba
- License: zlib
- Created: 2024-11-21T00:33:15.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2025-01-14T01:23:54.000Z (12 days ago)
- Last Synced: 2025-01-23T02:41:36.946Z (3 days ago)
- Topics: atproto, atprotocol, bluesky, bluesky-api
- Language: Ruby
- Homepage: https://sdk.blue
- Size: 88.9 KB
- Stars: 12
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# sdk.blue
A list of libraries & SDKs for the Bluesky API and AT Protocol. See the website here: .
## Adding projects
If you've created a library or SDK that you'd like to be listed on this page, please [send a pull request](https://github.com/mackuba/sdk.blue/pulls).
Note: this is meant to be a curated list with only specific kinds of projects, not a list of all projects related to Bluesky and ATProto.
What kinds of projects I'm looking for:
* full SDKs for building things on ATProto in a given language
* targetted libraries for things like streaming from the firehose, making XRPC calls, building feeds, labellers etc.
* independent implementations of things like PDS or Relay
* template repos for making e.g. labeller or feed projects using your library
* some tools and apps that include pieces of useful code that could be reused easily, but wasn't extracted to a library yetSo generally repos that contain code that you could use to build your thing.
What I'm not looking for:
* clients, user-facing tools, webapps, command-line tools etc.
* specific examples of bots, labellers, feeds etc.## Credits
Copyright © 2024 Kuba Suder ([@mackuba.eu](https://bsky.app/profile/mackuba.eu)).
The code is available under the terms of the [zlib license](https://choosealicense.com/licenses/zlib/) (permissive, similar to MIT).