A curated list of libraries & SDKs for the Bluesky API and AT Protocol
at master 76 lines 2.1 kB view raw
1name: Go 2repos: 3 - url: https://github.com/bluesky-social/indigo 4 license: "MIT / Apache" 5 tags: ['xrpc client', 'identity', 'firehose', 'crypto', 'relay', 'indexer', 'parsing', 'moderation'] 6 7 - url: https://github.com/bluesky-social/jetstream 8 tags: ['firehose', 'relay'] 9 10 - url: https://github.com/uabluerail/indexer 11 tags: ['indexer'] 12 13 - url: https://github.com/CharlesDardaman/blueskyfirehose 14 tags: ['firehose'] 15 16 - url: https://github.com/danrusei/gobot-bsky 17 tags: ['bots'] 18 19 - url: https://github.com/jazware/go-bsky-feed-generator 20 tags: ['feeds', 'example'] 21 22 - url: https://github.com/jazware/bsky-experiments 23 tags: ['firehose', 'feeds', 'indexer', 'bots', 'plc mirror', 'example'] 24 25 - url: https://github.com/jazware/atproto.tools 26 tags: ['firehose'] 27 28 - url: https://github.com/whtwnd/whitewind-blog 29 description: The AT Protocol blogging platform 30 tags: ['atproto app'] 31 32 - url: https://github.com/bsky-watch/labeler 33 tags: ['moderation'] 34 35 - url: https://github.com/bsky-watch/utils 36 37 - url: https://github.com/bsky-watch/plc-mirror 38 tags: ['plc mirror'] 39 40 - url: https://github.com/davhofer/botsky 41 license: "MIT / Apache" 42 tags: ['bots'] 43 44 - urls: 45 - https://github.com/whyrusleeping/konbini 46 - https://tangled.org/why.bsky.team/konbini 47 description: "A Cozy Bluesky AppView" 48 license: MIT 49 tags: ['bluesky appview'] 50 51 - url: https://github.com/verdverm/atmunge 52 tags: ['firehose', 'indexer', 'plc mirror'] 53 54 - urls: 55 - https://tangled.org/hailey.at/cocoon 56 - https://github.com/haileyok/cocoon 57 tags: ['pds'] 58 59 - url: https://github.com/whyrusleeping/cbor-gen 60 tags: ['parsing'] 61 62 - url: https://github.com/whyrusleeping/market 63 tags: ['indexer'] 64 65 - urls: 66 - https://tangled.org/stream.place/streamplace 67 - https://github.com/streamplace/streamplace 68 tags: ['atproto app'] 69 70 - url: https://tangled.org/tangled.org/core 71 name: 'tangled core' 72 tags: ['atproto app'] 73 74 - url: https://github.com/hyphacoop/go-dasl 75 tags: ['parsing'] 76 license: "MIT / Apache"