- Guild purge: Leave or delete servers with owner-guild protection.
- DM purge: Bulk delete direct message channels.
- Friends purge: Remove friends with whitelist support.
- OAuth revoke: Remove app tokens and user connections.
- Threads & HTTP proxies: Parallel processing with
--threads; proxies frominput/proxies.txtby default or override with--proxy.
# Clone the repository
git clone https://github.com/AxthonyV/AccountPurger.git
# Navigate to project directory
cd AccountPurger
# Install dependencies
pip install -r requirements.txtpython purger.pyThe program will automatically prompt you for your Discord token.
# With specific arguments
python purger.py --token "YOUR_TOKEN" --threads 10 --proxy "http://127.0.0.1:8080"
# View available options
python purger.py --help
# Arguments:
# --token, -t Discord token (if not provided, will be prompted)
# --threads, -th Number of concurrent threads (default: 5)
# --proxy, -p HTTP proxy or 'none' (default: random from proxies.txt)
# --protect-owned-guilds, -pg Protect owned guilds (1=yes, 0=no, default: 1)The program automatically creates the input/ folder with the following files:
friends_whitelist.txt- Friend IDs to keepguild_whitelist.txt- Guild IDs to keepproxies.txt- Proxy servers to use
The files include examples and comments for easy configuration.
Your token has expired or is invalid. Get a new one:
// In Discord Web (F12 → Console)
copy(JSON.parse(localStorage.getItem('token')).token);Need help? Found a bug? Have a feature request?
- 📫 Open an issue on GitHub
- 🌟 Star the repository if you find it useful
- 🔄 Fork and contribute to the project
AxthonyV
- GitHub: @AxthonyV
This tool is for educational purposes only. Use responsibly and in accordance with Discord's terms of service.

