A Python script to automate the removal of friends from your Discord account in batches with a delay between each batch.
- ✅ Fetch and display account information
- ✅ Retrieve and list all friends
- ✅ Delete friends in customizable batch sizes
- ✅ Add delay intervals between each batch to avoid rate limits
- ✅ Secure token input using
pwinput
# Clone the repository
git clone https://github.com/your-username/discord-friend-remover.git
# Navigate to the project directory
cd discord-friend-remover
# Install dependencies
pip install -r requirements.txt
# Run the script
python script.py
- 🐍 Python
- 📡 Requests (for API communication)
- 🔐 pwinput (for secure token input)
- Run the script and enter your Discord token securely.
- View your account information and total number of friends.
- Choose how many friends to delete per batch and set an interval time.
- Confirm the operation, and the script will start removing friends.
Contributions are welcome! Please follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b feature-branch
) - Commit your changes (
git commit -m 'Add new feature'
) - Push to the branch (
git push origin feature-branch
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- rakhaevandy27 - GitHub
⭐ Don't forget to give this project a star! ⭐