Skip to content

AnotherPillow/skyblock-python

Repository files navigation

skyblock-python

Initial stages currently, basic (to be async) package for iteracting with the skyblock.net API.

Install

pip install skyblock (or maybe python -m pip, or py -m pip it depends.)

Usage

Get server

from skyblock import * 

players = getPlayers('economy') # economy, skywars or survival
print(players)

About

Initial stages currently, basic (to be async) package for iteracting with the skyblock.net API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages