User Checker is a Python-based tool designed to fetch and display detailed information about a specified Discord user.
- Python 3.x
requests
library (Install it usingpip install requests
)colorama
library (Install it usingpip install colorama
)
-
Clone this repository to your local machine.
-
Ensure you have Python installed.
-
Open a terminal or command prompt in the cloned directory.
-
Run the following command to start the tool:
python main.py
-
Input the target Discord user's ID when prompted.
-
The tool will display the user's information including their ID, username, global name, discriminator, creation date, badges, avatar link, banner link, and banner color.
- This tool is intended for educational or testing purposes only.
- Usage for malicious intent is strongly discouraged and unethical.
- Use responsibly and adhere to ethical standards while interacting with Discord users.
Remember, use this tool responsibly and ethically. Any misuse or violation of Discord's terms of service is the responsibility of the user.