Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

SlashNephy/Hypixthon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hypixthon

Hypixel API Wrapper for Python 2 / 3

set up with your API Key.
if you do NOT have an API key, you can get an API Key with /api in Minecraft while you are logging in mc.hypixel.net.

from hypixthon import Hypixthon

client = Hypixthon("PUT YOUR API KEY")

get request like this.

# Get player data.
client.getPlayer(uuid="player uuid")
# Get player's friend data.
client.getFriends(uuid="player uuid")

# First get guild ID.
client.findGuild(uuid="player uuid")
# Get guild data.
client.getGuild(guildId="guild id")

# Get player's session data.
client.getSession(uuid="player uuid")

# Get API Key's information.
client.getKeyInfo()

# Get Coin Boosters information.
client.getBoosters()

About

Hypixel API Wrapper for Python 2 / 3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages