Skip to content

A good token checker without rate limit and work with every discord token's

License

Notifications You must be signed in to change notification settings

jordanbardella/DiscordTokenChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

DiscordTokenChecker

A robust token checker that works with every Discord token and avoids rate limits. This tool verifies the validity of Discord tokens by making requests to the Discord API and identifying valid tokens.

Features

  • Rate Limit Handling: Designed to avoid hitting Discord's rate limits.
  • Batch Processing: Efficiently checks a list of tokens.
  • Valid Token Identification: Saves valid tokens to a separate file.

Requirements

  • Python 3.x
  • requests library

You can install the required library using pip:

pip install requests

Usage

  1. Clone the repository:
  2. git clone https://github.com/jordanbardella/DiscordTokenChecker.git
    cd DiscordTokenChecker
  3. Prepare your tokens:
  4. Create a file named tokens.txt in the repository directory. This file should contain one token per line.

  5. Run the script:
  6. python checker.py
  7. Check the results:
  8. After the script has run, valid tokens will be saved in valid_tokens.txt.

Script Details

The script reads tokens from tokens.txt, checks each token's validity by making a request to the Discord API, and then saves the valid tokens to valid_tokens.txt.

Example tokens.txt format:

token1
token2
token3
...

Disclaimer

This tool is intended for educational purposes only. Ensure you have permission to use and verify the tokens. Unauthorized use of tokens may violate Discord's terms of service.

License

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

About

A good token checker without rate limit and work with every discord token's

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages