Skip to main content

minecraftstatus is an asynchronous wrapper for https://api.iapetus11.me.

Project description

An async API wrapper around api.iapetus.me

Get started

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.

Join the discord server for support.

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.7.tar.gz (4.3 kB view details)

Uploaded Source

Built Distribution

minecraftstatus-0.0.7-py3-none-any.whl (5.4 kB view details)

Uploaded Python 3

File details

Details for the file minecraftstatus-0.0.7.tar.gz.

File metadata

  • Download URL: minecraftstatus-0.0.7.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.12 CPython/3.10.0 Windows/10

File hashes

Hashes for minecraftstatus-0.0.7.tar.gz
Algorithm Hash digest
SHA256 c16c9858228f57c194b857e4876408f40f8f14264222100f8fe4fcf08a4300bc
MD5 2207d8877105779ec0421ac3b14d5a2d
BLAKE2b-256 14eee7854714de0efe8a2a11ae8da6620883aaa6f0301b75c46dc130f04eaefd

See more details on using hashes here.

File details

Details for the file minecraftstatus-0.0.7-py3-none-any.whl.

File metadata

  • Download URL: minecraftstatus-0.0.7-py3-none-any.whl
  • Upload date:
  • Size: 5.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.12 CPython/3.10.0 Windows/10

File hashes

Hashes for minecraftstatus-0.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 3702c1a3c6394ca469a9276953023c202604c57c8a7ae7b3dcf93c5d51324612
MD5 141961100a7c9c423ff7ba76f0dbd189
BLAKE2b-256 accbc94c3876614bfb6c548ea9d68f35e94d8778bb15642271fd5348a0a19931

See more details on using hashes here.

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