Python wrapper module to connect to the Hypixel Skyblock API.
skypy-api is a python modue which makes working with Hypixels SkyBlock API much easier.
To get started, you need to install the module first using
python3 -m pip install skypy-api
Then you can import the module by using
import skypy
skpyapi = skypy.skypy("API-KEY")
Info on how to abtain an API key is avaiable on the wiki.
To get full info on how to get started, head over to the quickstart page.
You can find the documentation in the GitHub wiki.
You can find the work-in-progress example page Here.
skypy-api is maintained by FuchsCrafter