A basic Hypixel API wrapper
covering:
/punishmentstats
/key
/player
/resources/skyblock/skills
/skyblock/auctions
/skyblock/profile
/friends
/status
/guild
/counts
https://hypy.readthedocs.io/en/latest/index.html
- Install hypy:
$ pip install hypy-hypixel
- Create a Hypixel object::
from hypy import Hypixel hypixel = Hypixel(api_key) await hypixel.setup()