Skip to content

aftwro/minehut-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📦 Minehut Python

An API wrapper for the minehut API.

🔧 Installation

Use the package manager pip to install the main branch.

pip install git+https://github.com/SuperOrca/minehut-api.git

📌 Usage

To import, use minehut

import minehut

Example:

import minehut
# Retrieving the Minehut server through its name
server = minehut.getServer("Elestra")
# Printing all the plugin names inside the server
print([plugin.getName() for plugin in server.getPlugins()])

➕ Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

📄 Sources

  1. api.bennydoesstuff.me
  2. Minehut API

License

MIT

About

A wrapper for the Minehut API.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%