MCPcopy Index your code
hub / github.com/davidbmaier/discord-recap

github.com/davidbmaier/discord-recap @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
108 symbols 278 edges 40 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Discord Recap

A tool to explore your Discord data package - originally inspired by Androz2091's Discord Data Package Explorer, but with a lot more details.

Live version: https://discord-recap.com

Demo

image image

What can this do?

The web app scans through your Discord data package and extrapolates a ton of information about:

  • your account
  • your servers
  • your channels
  • your DMs
  • your messages
  • your activity

and a bunch more!

Everything happens in the browser, and no external requests are made (apart from fetching some Discord emoji).

Setup

The web app uses Remix and React. To get started, simply install the dependencies (npm i) and run the server (npm run dev).

Core symbols most depended-on inside this repo

formatNumber
called by 38
app/lib/utils.js
usePlural
called by 28
app/lib/utils.js
cleanChartData
called by 20
app/lib/utils.js
incrementEmoteMatches
called by 14
app/lib/utils.js
sortMatches
called by 14
app/lib/stats/stats.js
getStats
called by 8
app/lib/store.js
readFile
called by 7
app/lib/extract.js
getBaseStats
called by 7
app/lib/constants.js

Shape

Function 108

Languages

TypeScript100%

Modules by API surface

app/lib/utils.js11 symbols
app/routes/index.jsx10 symbols
app/lib/stats/stats.js6 symbols
app/routes/about.jsx5 symbols
app/root.jsx5 symbols
app/lib/store.js4 symbols
app/lib/extract.js4 symbols
app/lib/constants.js4 symbols
app/components/TopList.jsx4 symbols
app/components/FirstMessage.jsx4 symbols
app/components/Chart.jsx4 symbols
app/routes/stats/index.jsx3 symbols

For agents

$ claude mcp add discord-recap \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact