Welcome to the Player Information API Project! This Python project uses an API to fetch and display detailed information about a player in a game. You can search for player details such as level, rank, profile information, and more using the player's unique ID (UID) and the server region.
- Retrieve Basic Player Info: Get the player's account ID, nickname, level, rank, and other important stats.
- Profile Details: Get the player's profile info such as avatar, skin color, and equipment.
- Clan Info: Fetch details about the player's clan, including clan ID, captain ID, and other clan-related statistics.
- Social Information: Show details like the player's signature, language preference, and ranking show preferences.
- Clone the repository or download the project files.
- Ensure you have Python 3 installed on your machine.
- Install the necessary Python libraries:
pip install requests
#FOX