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.1.0.tar.gz
(5.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file minecraftstatus-0.1.0.tar.gz.
File metadata
- Download URL: minecraftstatus-0.1.0.tar.gz
- Upload date:
- Size: 5.1 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 |
d1a89a05986fc3d8abebb65cef1ae81862b463eb03a01e6b4b56a0430d34059d
|
|
| MD5 |
d4b70e97137d7bac84d10329a9443f79
|
|
| BLAKE2b-256 |
8c94785967e1266fb034a461d981297e2da08a26346b80193e3cff70cb0c4e19
|
File details
Details for the file minecraftstatus-0.1.0-py3-none-any.whl.
File metadata
- Download URL: minecraftstatus-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.5 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 |
b35bca45883d96f011c41cf8c64211d272e6dc364c70981a6cc2b4aa4f7158e4
|
|
| MD5 |
dcde1b29bd8e45d6ca101b4d4827f32f
|
|
| BLAKE2b-256 |
94b08381b2a4fbd1e15251e26ce715ceb721337a08ed3d17946a0cfe6034afe0
|