Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 843 Bytes

readme.rst

File metadata and controls

45 lines (35 loc) · 843 Bytes

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