A MCServer API Wrapper.
Project description
MineAPI
MineAPI is Minecraft Servers API Wrapper.
reference
The Hive API
from bedrock.hive import main
import asyncio
print(asyncio.run(main.status_get(player="sonya4327", game="sky", get="kills")))
# API Reference is https://api.playhive.com/api/documentation.
MCSTATUS API
Bedrock
from bedrock.MCStatus import main
import asyncio
print(asyncio.run(main.get_status(ip="pe.mineplex.com", stat="port")))
# API Reference is https://mcstatus.io/docs.
Java
from java.MCStatus import main
import asyncio
print(asyncio.run(main.get_status(ip="mc.hypixel.net", stat="port")))
# API Reference is https://mcstatus.io/docs.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
MineAPI-0.0.1.tar.gz
(2.2 kB
view details)
File details
Details for the file MineAPI-0.0.1.tar.gz
.
File metadata
- Download URL: MineAPI-0.0.1.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4cd8ba6b32fa23e137ccf8efeb77c38184cb6a4939fa8c687b5e18b5a6663909 |
|
MD5 | 994c2a508e89bd33242cdd2e15c36476 |
|
BLAKE2b-256 | d7982319284e0bcf6be262b086b4961bb4887c4f32a7cad5bbb913e8f1f8648b |