Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 597 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 597 Bytes

Discord Deauthorizer

This script simplifies the process of removing unauthorized applications linked to Discord tokens by utilizing HTTP requests to the Discord API. It employs multithreading to enhance performance and efficiently handles both successful and unsuccessful operations.

❗ Prerequisites

Make sure all required libraries are installed by running:

bash: pip install -r requirements.txt

🔒 Usage Instructions

Add your Discord account tokens to the tokens.txt file.
Customize the config.json file to suit your needs.
Run main.py for smooth and efficient operation.