An unofficial Python wrapper for the Hypixel API
Project description
hypixelpyplus is a lightweight Python wrapper for the Hypixel API, allowing you to fetch player stats, guild information, status, recent games, and more.
Installation
pip install hypixelpyplus
Usage
import hypixelpyplus
client = hypixelpyplus.HypixelClient("your-api-key")
player = client.get_player("Notch")
print(player["player"]["rank"])
Features
- Get player stats by username or UUID
- Fetch guild info by player UUID or guild name
- Retrieve friends, status, and recent games
- Get API key info and Mojang UUID lookup
Methods
- get_player(uuid_or_name: str)
- get_guild_by_player(uuid: str)
- get_guild_by_name(name: str)
- get_friends(uuid: str)
- get_status(uuid: str)
- get_recent_games(uuid: str)
- get_uuid(username: str)
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hypixelpyplus-0.1.2.tar.gz
(2.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hypixelpyplus-0.1.2.tar.gz.
File metadata
- Download URL: hypixelpyplus-0.1.2.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b2d4de1bcafabba5b6e097036b2725ac774ed5dc857743ee4ac3f1771928e7c
|
|
| MD5 |
f633ad5e7b573eb1caa071523ffc25bd
|
|
| BLAKE2b-256 |
805a027a29eaf524d687158f66dc805beb4a8e73ad1c9fcf2987d6801805fc19
|
File details
Details for the file hypixelpyplus-0.1.2-py3-none-any.whl.
File metadata
- Download URL: hypixelpyplus-0.1.2-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
676ead9360a17fe85f491e6fc370acb0a64bbae484a006fe83b63effe651745e
|
|
| MD5 |
73f939b8d59fe6becce13349155a9d6f
|
|
| BLAKE2b-256 |
6dc22426768671524eab5e03b01eb53af46726193cdca405befd445336fc00b3
|