Skip to content

R0L3xxx/Token-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Token Checker

Token Checker is a Python script for validating Discord tokens and saving valid and invalid tokens to separate files.

Installation

  1. Clone the repository:
    git clone https://github.com/R0L3xxx/token-checker.git
    

2 . Install the required dependencies: pip install -r requirements.txt

Usage

Place The Discord tokens in a file named 'tokens.txt', with each token on a new line. Run the script:

python main.py The script will validate each token and output the results. Valid tokens will be saved to 'valid_tokens.txt', and invalid tokens will be saved to 'invalid_tokens.txt'.

Configuration

You can customize the script behavior by modifying the following:

tokens.txt: File containing Discord tokens to be checked. valid_tokens.txt: File to save valid tokens. invalid_tokens.txt: File to save invalid tokens.

Contact

Discord - bypass101

Contributing

Contributions are welcome! If you have any suggestions, improvements, or bug fixes, feel free to open an issue or create a pull request.

Releases

No releases published

Packages

No packages published

Languages