Skip to main content

A Package for the Hypixel API

Project description

Hypixel Lib

The Lib to request Hypixel API

With this API you’re able to get much more info from the public Hypixel API as from hypixelaPY

ATTENTION! SINCE VERSION 2022.01.13.01 THE LIBRARY IS IN ASYNC/AWAIT EXPRESSION! ALL VERSIONS BEFORE THIS WILL BE USED THE SAME BUT WITHOUT ASYNC/AWAIT.

When the main parts of the library are ready, the library will also be avaiable in non-async expression with “HypixelLib_Sync”

Why I should use it?

You should use it, because it’s a friendly Lib, wich is able to be added by functions

What is included in this Lib?

This Lib includes nearly all features from the Hypixel API some features of the Mojang API and the Mojang SessionServer returns pictures from the plancke.io picture generator

Import Hypixel-Lib in Python

pip install HypixelLib
import HypixelLib

Code Examples

import HypixelLib
import asyncio

hypixel = HypixelLib.Hypixel("<APIKEY>")

player = asyncio.run(hypixel.player.get(name="name", uuid="uuid"))
print(player.name)
print(player.rank.name)
print(player.uuid)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

HypixelLib-2022.1.14.6.tar.gz (6.9 kB view hashes)

Uploaded Source

Built Distribution

HypixelLib-2022.1.14.6-py3-none-any.whl (7.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page