chrissoria/bluesky-top10-classified
Bluesky Top-10 Accounts — Classified Posts 250 posts each from the 10 most-followed English-language Bluesky accounts, classified into 9 topic categories using cat-vader and gpt-4o-mini. Accounts Account Handle Alexandria Ocasio-Cortez aoc.bsky.social Mark Cuban mcuban.bsky.social Mark Hamill markhamillofficial.bsky.social The Onion theonion.com George Takei georgetakei.bsky.social The New York Times nytimes.com Rachel Maddow… See the full description on the dataset page: https://huggingface.co/datasets/chrissoria/bluesky-top10-classified.
Bluesky Top-10 Accounts — Classified Posts
250 posts each from the 10 most-followed English-language Bluesky accounts, classified into 9 topic categories using cat-vader and gpt-4o-mini.
Accounts
Categories
Each post is independently classified against all 9 categories (binary per-category columns), so a single post can belong to multiple categories.
- Politics & Elections
- Trump & MAGA Criticism
- Social Issues & Justice
- News & Current Events
- Entertainment & Pop Culture
- Humor & Satire
- Science & Technology
- Economy & Business
- Personal & Lifestyle
Columns
Reproduction
import catvader as cv
df = cv.classify(
sm_source="bluesky",
sm_handle="aoc.bsky.social",
sm_limit=250,
categories=[
"Politics & Elections",
"Trump & MAGA Criticism",
"Social Issues & Justice",
"News & Current Events",
"Entertainment & Pop Culture",
"Humor & Satire",
"Science & Technology",
"Economy & Business",
"Personal & Lifestyle",
],
api_key="your-openai-api-key",
user_model="gpt-4o-mini",
add_other=False,
)Citation
If you use this dataset, please cite:
Soria, C. (2026). Bluesky Top-10 Classified Posts [Data set].
Hugging Face. https://huggingface.co/datasets/chrissoria/bluesky-top10-classifiedLicense
CC BY 4.0 — posts are public content fetched via the Bluesky AT Protocol public API.
