Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grandtheuk/atproto-rs
Rust implementation of Authenticated Transfer Protocol (AT proto) used in bluesky
https://github.com/grandtheuk/atproto-rs
atproto atprotocol
Last synced: about 2 months ago
JSON representation
Rust implementation of Authenticated Transfer Protocol (AT proto) used in bluesky
- Host: GitHub
- URL: https://github.com/grandtheuk/atproto-rs
- Owner: GrandtheUK
- Created: 2023-11-05T01:40:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-13T16:28:57.000Z (about 1 year ago)
- Last Synced: 2024-11-16T22:56:26.210Z (about 2 months ago)
- Topics: atproto, atprotocol
- Language: Rust
- Homepage:
- Size: 99.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# atproto-rs
A rust crate to connect to a bluesky PDS and utilise the Authenticated Transfer protocol
## Currently implemented
- com.atproto
- server
- createInviteCode (ATP.create_invite_code)
- createAccount (ATP.create_account)
- createSession (ATP.login)
- refreshSession (ATP.refresh)
- repo
- createRecord (ATP.post)
- identity
- resolveHandle (ATP.resolveHandle)`Note: ATP.post is specifically for a bluesky post. Replies and reposts are not currently supported but planned.`
## Example Code
A quick example GUI powered by the crateRun with:
```
cargo run --bin atproto-rs-example
```If you are using the main bluesky use `https://bsky.social` as the provider otherwise use the URL to your own PDS. If you are able to use app passwords please do so for security.