A tool focused on browsing the actual contents of a Discord data package.
Note: This is my first C# app, sorry for bad code or development mistakes
- Search your messages
- Jump to messages in your client
- Mass delete messages*
- Reopen lost DMs*
- Browse all images you've sent
- View all servers you've joined, along with invites you've used
- View all DMs you've talked in
* Requires your account token. Note that this falls under selfbotting, which is against Discord's Community Guidelines and might get your account banned.
You can find various guides and examples under the wiki tab:
Not trusting a random program with your data package is completely understandable. For this reason, I've ensured the following to make it as comfortable as possible to use this tool:
- It works fully offline. You can unplug your internet or run it in an isolated vm, and it will still work the same, minus the features which require internet connection (e.g. viewing images, reopening dms).
- It doesn't contact any unreputable 3rd party apis. The only domains it might contact are
discord.com
,cdn.discordapp.com
,raw.githubusercontent.com
(to check for updates, which you can disable), andversionhistory.googleapis.com
(to get latest Chrome version for selfbot headers). - It's built directly from the source by GitHub Actions. This ensures that the .exe you're downloading only contains the code that's in this repo. You can verify that a release's file hasn't been swapped/modified by downloading the same version from GitHub Actions artifacts, and comparing both .exe files.
These were done on my machine:tm: so they might not be accurate
# of messages | Load time | RAM usage |
---|---|---|
1.2mil | 21s | 412mb |
1mil | 18s | 403mb |
941k | 16s | 346mb |
803k | 14s | 318mb |
641k | 11s | 250mb |
243k | 5s | 114mb |
47k | 2s | 50mb |