Autogenerated from lexicons, well type hinted, documented, sync and async SDK for Python     
              Examples

GitHub - MarshalX/atproto: The AT Protocol SDK for Python

submited by
Style Pass
2023-05-24 11:00:11

Autogenerated from lexicons, well type hinted, documented, sync and async SDK for Python Examples • Documentation • Discord Bluesky API

This SDK attempts to implement everything that provides ATProto. Due to the unstable state of the protocol (it grows and changes fast) and a bit of outdated documentation, only the client side is supported yet. There is support for Lexicon Schemes, XRPC clients and Firehose for now. All models, queries, and procedures are generated automatically. The main focus is on the lexicons of atproto.com and bsky.app, but it doesn't have a vendor lock on it. Feel free to use the code generator for your own lexicon schemes. SDK also provides utilities to work with CID, NSID, AT URI Scheme. DAG-CBOR, CAR files.

First of all, you need to create the instance of the XRPC Client. To do so you have 2 major options: asynchronous, and synchronous. The difference only in import and how you call the methods. If you are not familiar with async use sync instead.

Leave a Comment