diff --git a/.gitignore b/.gitignore index 36b13f1..2cf1f87 100644 --- a/.gitignore +++ b/.gitignore @@ -174,3 +174,5 @@ cython_debug/ # PyPI configuration file .pypirc +# Project specific +server.jar diff --git a/README.md b/README.md index d2a38a6..4d3a44a 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,12 @@ Grab the latest minecraft server.jar binary. Uses Python3 and the Requests library. + +## Example +``` +$ ./fetcher.py di 17 jun 2025 20:00:53 CEST +Latest version of Minecraft (Release): 1.21.6 +Downloading: https://piston-data.mojang.com/v1/objects/6e64dcabba3c01a7271b4fa6bd898483b794c59b/server.jar +Grabbing server.jar +Done! +```