minecraftstatus is an asynchronous wrapper for https://api.iapetus11.me.
Project description
An async API wrapper around api.iapetus.me
Get started || Documentation
to get started, type this in your terminal
pip install -U minecraftstatus
or to install the main branch
pip install -U git+https://github.com/Infernum1/minecraftstatus
(make sure you have git installed)
Examples
For examples, checkout the examples directory
If you plan to use the lib in a discord bot
import discord
import minecraftstatus
client = minecraftstatus.MCStatus()
bot = discord.ext.commands.Bot()
@bot.command()
async def achievement(achievement: str):
image = await client.achievement(achievement)
file = discord.File(image, "achievement.png")
await ctx.send(file=file)
these are just examples! it's upto you how you want to use this lib.
Add Infernum#7041
on discord for help
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
minecraftstatus-0.0.9.tar.gz
(4.4 kB
view details)
Built Distribution
File details
Details for the file minecraftstatus-0.0.9.tar.gz
.
File metadata
- Download URL: minecraftstatus-0.0.9.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.0 CPython/3.11.4 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5b874885b78b35f9f6f407fa859f92e46fa85543f3cbe93abc2437789494a38b |
|
MD5 | e4b87e9730d5c99baeef7846164705d7 |
|
BLAKE2b-256 | 96023f22f7a7c9e08d1f1b702a5c821c299d1c8762bd8f94cfa201d4bf8dec12 |
File details
Details for the file minecraftstatus-0.0.9-py3-none-any.whl
.
File metadata
- Download URL: minecraftstatus-0.0.9-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.0 CPython/3.11.4 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 332f6e82d33368432601cc8ea08350282c10caecfbb495235a8ae1d03945cba4 |
|
MD5 | c6aae76c0fd12c4b80e16b3cce022031 |
|
BLAKE2b-256 | 9773efb707e9438de369d89e02f4dfdffff76c4692aa29924ac32db037375883 |