Skip to content

Crafty Client is a pypi (pip) package for interfacing with the Crafty Web MC server control panel

License

Notifications You must be signed in to change notification settings

xHyperElectric/crafty-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crafty-Client

About

Crafty Client is a pypi (pip) package for interfacing with the Crafty Web MC server control panel.

It was written from scratch and is based on requests.

Install

CRAFTY CLIENT IS NOT READY FOR INSTALL VIA PIP YET

Usage

Example:

from crafty_client import CraftyWeb

URL = "https://127.0.0.1:8000"    # The location of the crafty-web webserver
API_TOKEN = "<place token here>"  # Your crafty Web API token, printed in the console at installation.

crafty = CraftyWeb(URL, API_TOKEN)

print(crafty.get_all_servers())

About

Crafty Client is a pypi (pip) package for interfacing with the Crafty Web MC server control panel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages