Skip to main content

A python library for talking to Crafty Web minecraft server control panel

Project description

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 and urllib3, by kevdagoat

Install

Make sure you have python3 installed on your system with the pip package manager.

For windows (conda) environments

pip install crafty-client

For linux (apt/yum/rpm/etc.) environments

pip3 install crafty-client

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.

cweb = CraftyWeb(URL, API_TOKEN)

print(cweb.list_mc_servers())

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

crafty_client-1.0.1-py3-none-any.whl (3.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page