Skip to content

Infernum1/minecraftstatus

Repository files navigation

An async API wrapper around api.iapetus.me

CodeFactor

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages