https://github.com/geniuszly/gendtchecker
is a Python tool for validating Discord tokens. It checks the validity of a token and retrieves associated user information such as username, email, ID, and more. The tool is easy to use with a command-line interface and color-coded output.
https://github.com/geniuszly/gendtchecker
cybersecurity discord discord-token discord-token-checker gendtcheker penetration-testing python validator validator-discord
Last synced: 9 months ago
JSON representation
is a Python tool for validating Discord tokens. It checks the validity of a token and retrieves associated user information such as username, email, ID, and more. The tool is easy to use with a command-line interface and color-coded output.
- Host: GitHub
- URL: https://github.com/geniuszly/gendtchecker
- Owner: geniuszly
- License: mit
- Created: 2024-08-11T19:24:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-11T19:25:37.000Z (almost 2 years ago)
- Last Synced: 2025-04-13T14:26:52.348Z (about 1 year ago)
- Topics: cybersecurity, discord, discord-token, discord-token-checker, gendtcheker, penetration-testing, python, validator, validator-discord
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GenDTChecker
is a Python tool for validating Discord tokens. It checks the validity of a token and retrieves associated user information such as username, email, ID, and more. The tool is easy to use with a command-line interface and color-coded output.
# EN
**GenDTChecker(Gen Discord Token Checker)** - is a Python-based tool designed to check the validity of Discord tokens. It allows you to verify if a token is active and retrieve user information associated with it. The tool is designed for ease of use, providing a simple command-line interface with colored output for clarity.
## Features
- **Token Validation**: Check if a Discord token is valid and active.
- **User Information Retrieval**: Get details like username, email, ID, phone status, and avatar URL.
- **Data Saving**: Save retrieved user information to a file for future reference.
## Requirements
Before using GenDTChecker, ensure you have the following:
- **Python 3.6 or higher**: Make sure Python is installed on your system.
- **Dependencies**: Install required packages using pip.
```bash
pip install aiohttp colorama
```
## Installation
Clone the repository and navigate to the project directory:
```bash
git clone https://github.com/geniuszlyy/GenDTChecker.git
cd GenDTChecker
```
## Usage
To run GenDTChecker, you can use the following command-line options:
- `-help`: Display help information.
- `-token `: Provide the Discord token to check its validity.
## Example
```bash
python GenDTChecker.py -token YOUR_DISCORD_TOKEN
```
Replace `YOUR_DISCORD_TOKEN` with the actual token you want to check.

## Output
The tool will display user information in a formatted manner, including the status of the token, user details like username, email, ID, and more. Additionally, it saves this information in a file named `user_data.txt`.
## Disclaimer
This tool is for educational purposes only. Misuse of Discord tokens is against Discord's Terms of Service.
# RU
**GenDTChecker(Gen Discord Token Checker)** - это инструмент на Python, предназначенный для проверки валидности токенов Discord. Он позволяет проверить, активен ли токен, и получить информацию о пользователе, связанного с этим токеном. Инструмент разработан для простоты использования и предоставляет простой интерфейс командной строки с цветным выводом для удобства восприятия.
## Функции
- **Проверка токенов**: Проверка валидности и активности токена Discord.
- **Получение информации о пользователе**: Получение таких данных, как имя пользователя, email, ID, статус телефона и URL аватара.
- **Сохранение данных**: Сохранение полученной информации о пользователе в файл для дальнейшего использования.
## Требования
Перед использованием GenDTChecker убедитесь, что у вас установлены следующие компоненты:
- **Python 3.6 или выше**: Убедитесь, что Python установлен на вашем компьютере.
- **Зависимости**: Установите необходимые пакеты с помощью pip.
```bash
pip install aiohttp colorama
```
## Установка
Клонируйте репозиторий и перейдите в каталог проекта:
```bash
git clone https://github.com/geniuszlyy/GenDTChecker.git
cd GenDTChecker
```
## Использование
Для запуска GenDTChecker используйте следующие параметры командной строки:
- `-help`: Показать справочную информацию.
- `-token <ваш_токен>`: Указать токен Discord для проверки его валидности.
## Пример
```bash
python GenDTChecker.py -token YOUR_DISCORD_TOKEN
```
Замените `YOUR_DISCORD_TOKEN` на фактический токен, который вы хотите проверить.

## Результат
Инструмент отображает информацию о пользователе в формате, включая статус токена, данные пользователя, такие как имя, email, ID и другие. Дополнительно эта информация сохраняется в файл `user_data.txt`.
## Отказ от ответственности
Этот инструмент предназначен только для образовательных целей. Неправомерное использование токенов Discord нарушает Условия использования Discord.