WitchesSocialStream/AozoraDivr
Daily bleeding-edge snapshots of everything that came down the public Bluesky firehose, minimally groomed but absolutely NOT privacy-scrubbed. Treat it like you just tapped the fiber yourself. TL;DR What you get: Real-time posts, replies, likes, follows, blocks, new accounts, profile blobs—pretty much verbatim. What we stripped: Only literal garbage (malformed records, Mastodon mirror spam, bridge-bot junk). What we kept: Usernames, DIDs, PII, nudes, slurs, doxxes—all still… See the full description on the dataset page: https://huggingface.co/datasets/WitchesSocialStream/AozoraDivr.

Daily bleeding-edge snapshots of everything that came down the public Bluesky firehose, minimally groomed but absolutely NOT privacy-scrubbed. Treat it like you just tapped the fiber yourself.
TL;DR
- What you get: Real-time posts, replies, likes, follows, blocks, new accounts, profile blobs—pretty much verbatim.
- What we stripped: Only literal garbage (malformed records, Mastodon mirror spam, bridge-bot junk).
- What we kept: Usernames, DIDs, PII, nudes, slurs, doxxes—all still inside.
Direct Use (good luck)
- Language-model pre-training at internet-scale.
- Memetic-propagation experiments.
- Adversarial red-team corpus.
- Anything that requires authentic, messy micro-blog data.
Out-of-Scope / Mis-use
- Shipping this as “safe-for-work”.
- Claiming “anonymized dataset” in IRB docs.
- Re-publishing unfiltered subsets.
Content Warnings (the NSFL edition)
Dataset Layout
One line = one firehose repo#op. No joins done for you.
general.jsonl → posts, replies (text, facets, labels, media CIDs)
interactions.jsonl → likes | reposts | follows | blocks (+ `chg: create|delete`)
accounts.jsonl → new accounts or bio/avi/banner updates
miracles.jsonl → Everything listed as `Miracleroad!` (i.e. not a standard lexicon from bsky.)Blob CIDs intact → fetch via https://bsky.social/xrpc/com.atproto.sync.getBlob?did=...&cid=...
Build Process
- Connect firehose.
- Drop malformed CBOR, external-federation junk, & Bridgy bot (HF forums leaks).
- Push gzipped JSONL to GCS nightly.
- No further filtering.
License & Citation
CC-BY-4.0. Fork, scrape, redistribute—just cite:
@misc{bskyaozora-raw,
title = {AozoraDiving – Raw Bluesky Firehose},
author = {karakarawitch},
howpublished = {\url{https://huggingface.co/datasets/WitchesSocialStream/bluesky-Aozora-Diving}},
year = 2024
}