An open API service indexing awesome lists of open source software.

https://github.com/blockarchitech/minehutwrapper


https://github.com/blockarchitech/minehutwrapper

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# minehutWrapper

WIP Python package to interface with the Minehut API. Untested.

## Example Usage

*package is not on pypi as it is unfinished, please download and test locally. Do not use in production environment.
```py
import mh_api_wrapper
mh = Minehut(token, sessionid)
mh.consoleCommand(command, serverid)
```