Skip to content

This script allows you to provide a Discord token and retrieve various account details associated with the token. It makes use of the Discord API to fetch user data and displays information such as username, badges, language, creation date, avatar URL, and security-related details like email, phone number, and two-factor authentication status.

Notifications You must be signed in to change notification settings

TheBloodEye/Account-Info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

icon

Account-Info

A Python script to retrieve and display account information using a Discord token.

Description

This script allows you to provide a Discord token and retrieve various account details associated with the token. It makes use of the Discord API to fetch user data and displays information such as username, badges, language, creation date, avatar URL, and security-related details like email, phone number, and two-factor authentication status.

image

Requirements

  • Python 3.x
  • requests library (install using pip install requests)
  • colorama library (install using pip install colorama)

Usage

  1. Clone the repository or download the main.py file.
  2. Install the required libraries using the commands mentioned in the Requirements section.
  3. Run the script using the command: python main.py.
  4. Enter your Discord token when prompted.
  5. The script will retrieve and display the account information.

Note: Please ensure that you keep your token secure and do not share it with anyone.

About

This script allows you to provide a Discord token and retrieve various account details associated with the token. It makes use of the Discord API to fetch user data and displays information such as username, badges, language, creation date, avatar URL, and security-related details like email, phone number, and two-factor authentication status.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages