https://github.com/ewpratten/dynmap_api
A unified Python API wrapper for Dynmap
https://github.com/ewpratten/dynmap_api
api-wrapper dynmap minecraft
Last synced: 3 months ago
JSON representation
A unified Python API wrapper for Dynmap
- Host: GitHub
- URL: https://github.com/ewpratten/dynmap_api
- Owner: ewpratten
- License: gpl-3.0
- Created: 2020-11-28T19:20:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-28T20:08:20.000Z (over 4 years ago)
- Last Synced: 2025-01-09T22:22:34.901Z (5 months ago)
- Topics: api-wrapper, dynmap, minecraft
- Language: Python
- Homepage: https://ewpratten.github.io/dynmap_api/
- Size: 59.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Minecraft Dynamic Map API Wrapper  [](https://pypi.python.org/pypi/dynmap_api/)
`dynmap_api` is a Python library for querying data from Minecraft servers running the [Dynmap](https://github.com/webbukkit/dynmap) plugin.
## Installation
To install, ensure your system has `python3` and `python3-pip`, then run:
```sh
python3 -m pip install dynmap-api
```## Documentation
API documentation can be found [here](https://ewpratten.retrylife.ca/dynmap_api/)