AT Protocol IPLD-CAR Repository toolkit (CLI)
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Go 95.4%
Makefile 4.6%
10 1 0

Clone this repository

https://tangled.org/atscan.net/atr https://tangled.org/did:plc:ft3tl5dxjn4psdk6asenqn3r/atr
git@tangled.org:atscan.net/atr git@tangled.org:did:plc:ft3tl5dxjn4psdk6asenqn3r/atr

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

atr#

AT Protocol IPLD-CAR Repository toolkit

Install#

go install github.com/atscan/atr

Examples#

# Scans the current directory (and its subdirectories) 
# and prints information  about all found repositories:
atr inspect

# Get all objects from the repository:
atr show my-repo.car

# Repositories can also be read via pipe:
curl -sL "https://xrpc.link/r/atproto.com" | atr show

# FYI xrpc.link is shortcut domain which redirecting to
# relevant /xrpc/... endpoints

License#

MIT