Discord Data Package Explorer
What's really in your Discord Data package? And how can this data be useful? Discord Data Package Explorer does the job for you!
Example
DEMO
How to Use
- Ask for your data file in Discord (
Settings
>Privacy & Safety
) - Open https://ddpe.androz2091.fr
- and import your data file!
Docker
This repository provides a Docker image and compose file. Simply run docker-compose up -d
in the project directory
and you can access the app at http://localhost:5000.
Manual Installation
Discord Data Package Explorer is built with Svelte, and is quite easy to install.
- Clone the repository.
- Install the dependencies using
npm install
oryarn install
. - Start the app using
npm run dev
oryarn dev
!
Note: for testing purposes, you may append use this link to use the mocked data.
Kaki87
This project was created after a discussion with Kaki87, an awesome developer who taught me a lot of things. He had in mind to create this app but didn't have the time for it. I decided to learn Svelte and build it as a side project :)
This project would never have existed without him!