aiohypixel

Submodules

aiohypixel.boosters

Stuff for the boosters endpoint

aiohypixel.friends

Stuff for the friends endpoint

aiohypixel.guild

Custom classes that are related to guild lookups on the Hypixel API

aiohypixel.keys

Stuff for the keys endpoint

aiohypixel.leaderboards

Leaderboards dataclasses

aiohypixel.player

Custom classes that are related to player lookups on the Hypixel API

aiohypixel.resources

All dataclasses for the /resources endpoint.

aiohypixel.resources.achievements

Achievement models.

aiohypixel.resources.challenges

Challenge models.

aiohypixel.resources.guilds

Guild achievements and permissions models.

aiohypixel.resources.quests

Quest models.

aiohypixel.resources.skyblock

Skyblock resources models.

aiohypixel.session

This defines a connection to the Hypixel API.

aiohypixel.shared

Custom exceptions related to the Hypixel API and other misc stuff

aiohypixel.skyblock

Skyblock related stuff

aiohypixel.stats

Stats dataclasses and other related functions

aiohypixel.watchdogstats

Stuff for the Watchdog Stats endpoint

Documentation

This is an asynchronous Hypixel API wrapper written in Python. Compatible with Python3.6 and up

NOTE: It’s highly recommended that you setup logging for this module! A lot of info that you may not want to miss is reported through there. Doing it for aiohttp might also be a good idea (INFO level is generaly enough).

Inheritance Diagram

Inheritance diagram of aiohypixel, aiohypixel.boosters, aiohypixel.friends, aiohypixel.guild, aiohypixel.keys, aiohypixel.leaderboards, aiohypixel.player, aiohypixel.resources, aiohypixel.resources.achievements, aiohypixel.resources.challenges, aiohypixel.resources.guilds, aiohypixel.resources.quests, aiohypixel.resources.skyblock, aiohypixel.session, aiohypixel.shared, aiohypixel.skyblock, aiohypixel.stats, aiohypixel.watchdogstats