Skip to content

Minecraft API that provides information about mobs, including PNG images, translated mob names, and death messages. Easily integrates to retrieve data on game creatures.

Notifications You must be signed in to change notification settings

VslVictor7/helper-api

Repository files navigation

Pre-requisites

  • Python 3.8 or higher
  • Docker (optional)

Installation

  1. Clone the repository (if you haven’t done so already):
   git clone <https://github.com/VslVictor7/helper-api.git>

   cd helper-api
  1. Create a Virtual Environment (venv):
python -m venv venv
  1. Activate the Virtual Environment::
source .venv/scripts/activate
  1. Upgrade pip
python -m pip install --upgrade pip
  1. Install requirements.txt
pip install -r requirements.txt

Running Flask

  • Running api.py
py api.py

Or

  • Running with Docker-Compose
docker-compose up --build

About

Minecraft API that provides information about mobs, including PNG images, translated mob names, and death messages. Easily integrates to retrieve data on game creatures.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published