Skip to content

FuchsCrafter/skypy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

skypy-api

Python wrapper module to connect to the Hypixel Skyblock API.

Introduction

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.

Documentation

You can find the documentation in the GitHub wiki.

Examples

You can find the work-in-progress example page Here.


skypy-api is maintained by FuchsCrafter