Summary
Social graph questions answered from the API rather than by scrolling.
Two calls cover the reconnaissance people actually do before engaging with an account: what it says about itself and how big it is, then who it follows — which says more about a corner of the network than a bio does.
What it is
A small server over BlueSky's official API: a user's profile, and the list of accounts they follow.
What you get
- A profile by handle — display name, description, follower, following and post counts
- The accounts a user follows, returned with pagination
- Session handling and authentication managed for you between calls
Requirements
A BlueSky account: your handle and an app password rather than your login password, both set as environment variables. Python, run through uv.
Setup effort
One command plus a key — uv pip install -e ., then supply credentials
