⭐ Star the repo for more updates ⭐
A native desktop toolkit for working with Discord tokens at scale. Spread messages, validate, evaluate, and profile thousands of tokens from one GUI.
|
Blast a message to every reachable place a token can post: server channels it has send access to, open DMs, and friends. Per-channel permission checks, |
Validate a token list against the Discord API and sort into alive, dead, and locked. Results appear the instant each token resolves. |
Scan every guild a token belongs to and flag the ones where the account holds Administrator. Returns server-and-token pairs ready to act on. |
|
Pull guild count, DM count, friend count, and account creation date for each valid token. Exports straight to CSV. |
Score accounts 0 to 100 on username length, creation year, and rare badges (Staff, Partner, Early Supporter, Bug Hunter, Verified Developer). Filter by any of them. |
Full account snapshot per token: valid / locked status, Nitro tier, saved payment methods, badges, email, phone, and MFA. Live filtering, CSV export. |
Important
Requires Python 3.8+. On Linux you also need a desktop session, DISPLAY or WAYLAND_DISPLAY must be set. Headless servers will not run the GUI.
git clone https://github.com/R3CI/DiscordReaper.git
cd DiscordReaper
pip install -r requirements.txt
python main.pyWindows: something broke
Run the bundled fixer, it checks your Python version, pip, the WebView2 runtime, every dependency, and all source files, then installs whatever is missing.
fix_windows.batLinux: something broke
Run the bundled fixer. It detects your distro (Debian/Ubuntu, Fedora, Arch), installs GTK3 and WebKit2GTK, then the Python dependencies.
bash fix_linux.shFor educational and research purposes only. The developer takes no responsibility for how this tool is used. Running it against accounts or servers you do not own or have explicit permission to test violates Discord's Terms of Service and may be illegal where you live. By using this software you accept full responsibility for your actions. This tool has no affiliation with Discord Inc.

