Skip to content

Python script to automate the removal of friends from your Discord account in batches with a delay between each batch.

Notifications You must be signed in to change notification settings

rakhaevandy27/Discord-Unfriender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

🚀 Discord Friend Remover

A Python script to automate the removal of friends from your Discord account in batches with a delay between each batch.


📌 Features

  • ✅ 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

⚙️ Installation

# 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

🛠️ Technologies Used

  • 🐍 Python
  • 📡 Requests (for API communication)
  • 🔐 pwinput (for secure token input)

🎯 Usage

  1. Run the script and enter your Discord token securely.
  2. View your account information and total number of friends.
  3. Choose how many friends to delete per batch and set an interval time.
  4. Confirm the operation, and the script will start removing friends.

🏗️ Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository
  2. Create a new branch (git checkout -b feature-branch)
  3. Commit your changes (git commit -m 'Add new feature')
  4. Push to the branch (git push origin feature-branch)
  5. Open a Pull Request

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.


👤 Author


Don't forget to give this project a star!

About

Python script to automate the removal of friends from your Discord account in batches with a delay between each batch.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages