Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peterhanania/Discord-Package
A detailed discord data package explorer inspired by ddpe.androz2091.fr made to help discord users visualize the data used by Discord.
https://github.com/peterhanania/Discord-Package
discord discord-data-viewer discord-package discord-package-explorer discord-package-viewer hacktoberfest
Last synced: 7 days ago
JSON representation
A detailed discord data package explorer inspired by ddpe.androz2091.fr made to help discord users visualize the data used by Discord.
- Host: GitHub
- URL: https://github.com/peterhanania/Discord-Package
- Owner: peterhanania
- License: gpl-3.0
- Created: 2022-07-06T07:55:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-01T05:30:38.000Z (7 days ago)
- Last Synced: 2024-11-01T06:24:24.291Z (7 days ago)
- Topics: discord, discord-data-viewer, discord-package, discord-package-explorer, discord-package-viewer, hacktoberfest
- Language: TypeScript
- Homepage: https://discordpackage.com/
- Size: 15.3 MB
- Stars: 439
- Watchers: 3
- Forks: 45
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-discord - Discord Data Package Explorer V2 - Explore your Discord data easily. (π Tools)
README
π¦ Discord Package
[![Deploy to Vercel](https://binbashbanana.github.io/deploy-buttons/buttons/remade/vercel.svg)](https://vercel.com/new/clone?repository-url=https://github.com/peterhanania/Discord-Package)
[![Deploy to Heroku](https://binbashbanana.github.io/deploy-buttons/buttons/remade/heroku.svg)](https://heroku.com/deploy/?template=https://github.com/peterhanania/discord-package)
[![Deploy to Netlify](https://binbashbanana.github.io/deploy-buttons/buttons/remade/netlify.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/peterhanania/discord-package)
β¬οΈ Read [installation instructions](#installation) before hosting locally or externally.[![Deploy Discord Package](https://github.com/peterhanania/Discord-Package/actions/workflows/nextjs.yml/badge.svg)](https://github.com/peterhanania/Discord-Package/actions/workflows/nextjs.yml)
β¨Ever wondered what Data Discord collects? Or did you ever want to view what's inside of a Discord package? Discord Package is a customisable tool that allows you to view your data in a fancy way. You could also use our exporting feature to share your selected data with your friends :)
This Repo is directly hosted via Netlify to discordpackage.com
#### [Join the Discord Server](https://discord.com/invite/W2zPcgG9F5)
#### [View the Detailed Features & Steps by Clicking here](features.md)
##
### Features
- View user information
- View settings like device appearance, servers and emojis
- View your connections
- View how much you spent on Discord, and the nitro you got gifted
- View the amount of channels and users you DMed, your top DMs & channels, How much time you spent on Discord, your character count, your favorite words, links, oldest messages, Discord invite links, and curse words in each top dm and top channel.
- View user information
- View settings like device appearance, your favorite emojis
- View your connections
- View how much you spent on Discord, and the nitro you got gifted
- View the amount of channels and users you DMed, your top DMs & channels, How much time you spent on Discord, your character count, your favorite words, links, oldest messages, Discord invite links, and curse words in each top dm and top channel.
- The amount of guilds you are in
- Your Discord bots
- Your favorite words, links, Discord invite links, and curse words
- Accepted Instant Invites
- Updated Activities
- Added Channel Recipients
- Reactions Added
- Crashed Apps
- Closed Applications
- Created Applications
- Deleted Applications
- Opened Apps
- Abused Bots
- Compromised Bot Tokens
- Reported Calls
- Served Captchas
- Solved Captchas
- Closed Change Logs
- Opened Change Logs
- Deleted Channels
- Opened Channels
- Updated Channel Permissions Overwrites
- Updated Channels
- Closed Tutorials
- Copied Instant Invites
- Created Channels
- Created Emojis
- Created Guilds
- Opened Create Guild Modal
- Created Instant Invites
- Updated Custom Statuses
- Completed Data Package Requests
- Deleted Emojis
- Deleted Guilds
- Viewed Discord's Dev Portal
- Viewed Direct Messages
- Emails Opened
- Sent Emails
- Received External Dynamic Links
- Viewed Friend Requests
- Failed Friend Requests
- Viewed Friends List
- Copied Gift Codes
- Created Gift Codes
- Revoked Gift Codes
- Sent Gift Codes
- Added Bots
- Viewed Guild Discovery
- Clicked Guild Insights Settings CTA
- Joined Guilds
- Updated Guild Members
- Updated Guild Roles
- Viewed Guild Settings Discovery
- Updated Guild Settings
- Viewed Guilds
- Clicked Inbox Channels
- Opened Invite Apps
- Opened Invites
- Sent Invites
- Viewed Invites
- Joined Calls
- Viewed Join Guild Modal
- Joined Voice Channels
- Toggled Keyboard Mode
- Used Keyboard Shortcuts
- Left Guilds
- Left Voice Channels
- Attempted Logins
- Successful Logins
- Viewed Member List
- Updated Message Attachments
- Edited Messages
- Edited Messages using Up Arrow
- Dismissed Modals
- Detected new Login Locations
- Clicked Notifications
- Updated Notification Settings
- Accepted OAuth2 Authorizations
- Viewed OAuth2 Authorizations
- Opened Modals
- Opened Popouts
- Requested Permissions
- Messages Pinned
- Viewed Promotions
- Removed Reactions
- Started Replies
- Calls Rang
- Failed Screensharing
- Closed Searches
- Opened Searches
- Expanded Search Results
- Changed Search Results Sort
- Viewed Search Results
- Started Searches
- Sent Messages
- Used Slash Commands
- Started Calls
- Canceled Subscriptions
- Completed Transactions
- Notes Updated
- Updated User Settings
- Updated User Accounts
- Updated your Avatar
- Updated User Phone Numbers
- Ended Streams
- Started Streams
- Selected View As Roles
- Disconnected From Voice
- Created Webhooks
- Deleted Webhooks
Countless Statistics
### Notice
This project **does not** store any information, and does not have any third party services other than Google Analytics. If you would like to self host it yourself, you could follow the following instructions.
### Production Deployment
Discord Data Package Explorer is built with **[Next.js](https://nextjs.org/)** and **[Tailwind.css](https://tailwindcss.com/)**.
- Clone the repository `git clone https://github.com/peterhanania/discord-package`.
- Install the dependencies using `npm install` or `yarn install`.
- Start the app using `npm run dev`.
## Installation
When hosting locally or externally, make sure you change the `NEXT_PUBLIC_DOMAIN` environment variable in the `.env.local` file to your domain or it will use the default domain `https://discordpackage.com`.
- Local: Just edit it manually
- External: You need to customize it via the provider dashboard settings.
#### Using Docker
- Run `docker build -t discord-package-explorer .` to build the image.
- Run `docker run -p 3000:3000 discord-package-explorer` to start the app.
and you're good to go!
### Credits
Huge credits to [Andros2091](https://github.com/Androz2091) for the original [source](https://github.com/Androz2091/discord-data-package-explorer).
### Contributors
![image](https://contrib.rocks/image?repo=peterhanania/Discord-Package)