explaingit

responsiblparty/twitterverse

Analysis updated 2026-05-18

2PythonAudience · vibe coderComplexity · 2/5LicenseSetup · easy

TLDR

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.

Mindmap

mindmap
  root((twitterverse))
    What it does
      Orbital SVG of reply graph
      Local birdclaw archive
      No API keys
      Trend classification
    Tech stack
      Python
      SVG
      SQLite
    Use cases
      Visualize posting friends
      Track posting trend
      Find shared connections
    Audience
      Vibe coders
      X power users

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Generate a visual map of your closest reply friends on X from your local birdclaw archive.

USE CASE 2

See whether your posting activity is trending up or down over the last six months.

USE CASE 3

Identify shared connections that link your top friends together in one social scene.

What is it built with?

PythonSVGSQLite

How does it compare?

responsiblparty/twitterverse0-bingwu-0/live-interpreter0cm-labs/tokenizer-benchmark
Stars222
LanguagePythonPythonPython
Setup difficultyeasymoderatemoderate
Complexity2/52/52/5
Audiencevibe codergeneralresearcher

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 30min

Requires an existing birdclaw sqlite archive of your X activity, or use the built-in demo mode.

MIT license, free to use, modify, and distribute with attribution.

In plain English

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.

Copy-paste prompts

Prompt 1
How do I run twitterverse in demo mode without a birdclaw database?
Prompt 2
Explain how this repo recovers outgoing reply edges using the leading @handle parsing trick.
Prompt 3
Show me how to call twitterverse.derive.derive() programmatically to get the reply-graph data as JSON.
Prompt 4
What CLI flags control the number of friends shown and the trend calculation window?

Frequently asked questions

What is twitterverse?

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.

What language is twitterverse written in?

Mainly Python. The stack also includes Python, SVG, SQLite.

What license does twitterverse use?

MIT license, free to use, modify, and distribute with attribution.

How hard is twitterverse to set up?

Setup difficulty is rated easy, with roughly 30min to a first successful run.

Who is twitterverse for?

Mainly vibe coder.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.