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! β