This is a Python-based tool that checks the validity of Discord tokens. It verifies tokens by making requests to the Discord API and retrieves useful account information such as:
- Username
- Account creation date
- Account age (in years, months, or days)
- Email verification status
- Nitro status
- Token Validation: Checks if the Discord token is valid and retrieves account details.
- Discord Snowflake ID: Uses the Snowflake ID to calculate the account creation date and age.
- Thread Support: Optionally, the tool can run in multi-threaded mode to speed up token validation.
- Rate Limiting: Incorporates random sleep intervals to avoid Discord's rate limiting.
- Detailed Account Information: Displays account information including username, creation date, email, and Nitro status.
Before running the tool, ensure that you have Python 3.6+ installed along with the necessary dependencies:
requests
colorama
python-dateutil
You can install these dependencies using pip:
bash pip install requests colorama python-dateutil
If you would like to support this project, you can donate via the following methods:
You can donate using Litecoin (LTC) to the following address:
ltc1qmy3jffpmvhl7wav64nhx0jweg6jyfsm5peq50z
Thank you for your support!