Releases: tamnd/bluesky-cli
Releases · tamnd/bluesky-cli
v0.1.0
First release of bsky, a command line for Bluesky.
Reads public data through the AT Protocol AppView API at public.api.bsky.app.
No key, no account, no OAuth needed.
Commands
| command | what it does |
|---|---|
bsky profile <handle> |
Full profile (followers, bio, post count) |
bsky user <handle> |
A user's recent posts with engagement counts |
bsky search <query> |
Search Bluesky users by keyword |
bsky feeds |
Popular feed generators |
bsky trending |
Trending topics |
bsky thread <at-uri> |
Post thread, traversed recursively (--depth) |
bsky followers <handle> |
Follower list |
bsky following <handle> |
Following list |
bsky starter-packs <handle> |
Starter packs created by a user |
All commands support -o table|json|jsonl|csv|tsv|url|raw, --fields, --template, -n/--limit.
Install
go install github.com/tamnd/bluesky-cli/cmd/bsky@v0.1.0Or grab a prebuilt binary below. Linux packages (deb, rpm, apk) and a multi-arch container image (ghcr.io/tamnd/bsky:0.1.0) are also available.
bsky is an independent tool and is not affiliated with, endorsed by, or sponsored by Bluesky Social PBC or the AT Protocol project.