hypy-hypixel

A Hypixel API Wrapper


License
MIT
Install
pip install hypy-hypixel==1.7.0

Documentation

hypy

A basic Hypixel API wrapper

covering:

/punishmentstats
/key
/player
/resources/skyblock/skills
/skyblock/auctions
/skyblock/profile
/friends
/status
/guild
/counts

Documentation

https://hypy.readthedocs.io/en/latest/index.html

Quickstart

  1. Install hypy:
    $ pip install hypy-hypixel
  2. Create a Hypixel object::
    from hypy import Hypixel
    
    hypixel = Hypixel(api_key)
    await hypixel.setup()

Credits