Skip to content

00BBL/Discord-Token-Checker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Discord Token Checker Tool

Preview

Image Alt Text

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

Features

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

Requirements

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

Donate

If you would like to support this project, you can donate via the following methods:

Litecoin (LTC)

You can donate using Litecoin (LTC) to the following address:
ltc1qmy3jffpmvhl7wav64nhx0jweg6jyfsm5peq50z

Thank you for your support!

About

Discord Token Checker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%