Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 989 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 989 Bytes

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).