responsiblparty/twitterverse — explained in plain English
Analysis updated 2026-05-18
Generate a visual map of your closest reply friends on X from your local birdclaw archive.
See whether your posting activity is trending up or down over the last six months.
Identify shared connections that link your top friends together in one social scene.
| responsiblparty/twitterverse | 0-bingwu-0/live-interpreter | 010zx00x1/faresnipe | |
|---|---|---|---|
| Stars | 2 | 2 | 2 |
| Language | Python | Python | Python |
| Setup difficulty | easy | moderate | easy |
| Complexity | 2/5 | 2/5 | 2/5 |
| Audience | vibe coder | general | general |
Figures from each repo's GitHub metadata at analysis time.
Requires an existing birdclaw sqlite archive of your X activity, or use the built-in demo mode.
twitterverse is a Python tool that draws a solar-system-style picture of your X, formerly Twitter, posting circle. It works from a local archive created by another tool called birdclaw, so it needs no API keys, no secrets, and no cloud service to run. The picture puts you at the center as the sun, with your closest reply friends orbiting as planets, and shows shared connections between them as smaller satellites. The visualization is built to answer three questions at a glance: who are your closest posting friends over the last year based on how often you reply to each other, whether your posting activity has been speeding up or slowing down over the last six months compared to a steady pace, and which secondary accounts multiple of your top friends also reply to, since those shared connections are what hold a social scene together. Users install it with pip, then either try a built in demo mode that needs no database, or point it at their own birdclaw sqlite archive along with their X handle to generate a full HTML page. Because birdclaw does not store the user's own profile picture, there is an option to pass in that image's web address manually so it appears in the sun position. Under the hood, the tool extracts reply relationships from the archive in two directions, using a database join for replies made to the user and a text-parsing trick that reads the leading @handle mentions in the user's own replies to recover outgoing connections, since those often are not fully captured in the archive. It also classifies the user's recent posting trend into categories like heating up, steady, or cooling off. The README lists known rough edges in this early version, including overlapping labels when satellites are close together, and placeholder avatars for accounts not yet in the local profile data. It is released under the MIT license.
A Python tool that turns your local X reply history into an orbital SVG diagram of your closest posting friends and shared connections, no API keys needed.
Mainly Python. The stack also includes Python, SVG, SQLite.
MIT license, free to use, modify, and distribute with attribution.
Setup difficulty is rated easy, with roughly 30min to a first successful run.
Mainly vibe coder.
This repo across BitVibe Labs
double-check against the repo, no cap.