Experimental - A Rust program to delete all Discord messages via discord-package.zip.
Go to file
Michael Hainz eeaa68cdc4 🔖 v0.1.3 2023-07-29 15:18:05 +02:00
.idea 🎉 Initial commit 2023-07-21 10:54:21 +02:00
demo-package/messages 🔧 More demo data 2023-07-29 15:17:03 +02:00
src Continue on stopped channel 2023-07-29 15:17:08 +02:00
.gitignore 🎉 Initial commit 2023-07-21 10:54:21 +02:00
Cargo.lock 🔖 v0.1.3 2023-07-29 15:18:05 +02:00
Cargo.toml 🔖 v0.1.3 2023-07-29 15:18:05 +02:00
LICENSE 🎉 Initial commit 2023-07-21 10:54:21 +02:00
README.md 📝 Updated README.md 2023-07-26 16:48:46 +02:00

README.md

Rusty Cleaner

A Rust program to delete all Discord messages via discord-package.zip.

How to request your discord data?

In Discord, go to settings -> "Privacy & Safety" Tab -> Scroll down -> "Request all of my Data"
In a vew days you will receive your data.

How to run this program

Build from source

Run cargo run to simple run it.
Run cargo build --release && ./target/release/rusty-cleaner to run the optimized version.

Use releases

Go to https://gitea.familyhainz.de/Miggi/rusty-cleaner/releases and download the latest version
On Linux or macOS, run ./rusty-cleaner-* discord-packge to start the program