https://github.com/blockarchitech/minehutwrapper
https://github.com/blockarchitech/minehutwrapper
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/blockarchitech/minehutwrapper
- Owner: blockarchitech
- Created: 2022-07-31T13:52:10.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-31T15:11:52.000Z (almost 4 years ago)
- Last Synced: 2023-03-06T20:27:41.751Z (over 3 years ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
```