{"id":21362829,"url":"https://github.com/legopitstop/geysermc","last_synced_at":"2025-03-16T07:10:58.689Z","repository":{"id":232822569,"uuid":"785306396","full_name":"legopitstop/geysermc","owner":"legopitstop","description":"The unofficial Python wrapper for geysermc.org","archived":false,"fork":false,"pushed_at":"2024-04-11T17:39:16.000Z","size":13224,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-12T23:47:13.148Z","etag":null,"topics":["geysermc","minecraft","pypi","python","pythonpackage"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/geysermc/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/legopitstop.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null},"funding":{"github":null,"patreon":"Legopitstop","open_collective":null,"ko_fi":"legopitstop","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2024-04-11T16:09:16.000Z","updated_at":"2024-04-15T05:40:51.402Z","dependencies_parsed_at":"2024-04-15T05:54:15.765Z","dependency_job_id":null,"html_url":"https://github.com/legopitstop/geysermc","commit_stats":null,"previous_names":["legopitstop/geysermc"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/legopitstop%2Fgeysermc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/legopitstop%2Fgeysermc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/legopitstop%2Fgeysermc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/legopitstop%2Fgeysermc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/legopitstop","download_url":"https://codeload.github.com/legopitstop/geysermc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243836015,"owners_count":20355615,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["geysermc","minecraft","pypi","python","pythonpackage"],"created_at":"2024-11-22T06:15:37.277Z","updated_at":"2025-03-16T07:10:58.667Z","avatar_url":"https://github.com/legopitstop.png","language":"Python","funding_links":["https://patreon.com/Legopitstop","https://ko-fi.com/legopitstop"],"categories":[],"sub_categories":[],"readme":"# geysermc\n\n![Tests](https://github.com/legopitstop/geysermc/actions/workflows/tests.yml/badge.svg)\n[![PyPI](https://img.shields.io/pypi/v/geysermc)](https://pypi.org/project/geysermc/)\n[![Python](https://img.shields.io/pypi/pyversions/geysermc)](https://www.python.org/downloads//)\n![Downloads](https://img.shields.io/pypi/dm/geysermc)\n![Status](https://img.shields.io/pypi/status/geysermc)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)\n[![Issues](https://img.shields.io/github/issues/legopitstop/geysermc)](https://github.com/legopitstop/geysermc/issues)\n\nThe unofficial Python wrapper for geysermc.org\n\n## Installation\n\nInstall the module with pip:\n\n```bat\npip3 install geysermc\n```\n\nUpdate existing installation: `pip3 install geysermc --upgrade`\n\n## Links\n\n- [Documentation](https://docs.lpsmods.dev/geysermc)\n- [Source Code](https://github.com/legopitstop/geysermc)\n\n## Requirements\n\n| Name                                             | Description                                      |\n| ------------------------------------------------ | ------------------------------------------------ |\n| [`Pillow`](https://pypi.org/project/pillow/)     | Python Imaging Library (Fork)                    |\n| [`requests`](https://pypi.org/project/requests/) | Requests is a simple, yet elegant, HTTP library. |\n| [`pydantic`](https://pypi.org/project/pydantic/) | Data validation using Python type hints          |\n\n## Features\n\n- Get Microsoft xuid or gamertag.\n- Download any geyser project.\n- Get bedrock skin.\n\n## Examples\n\nShow bedrock player skin\n\n```Python\nfrom geysermc import GeyserMC\n\napi = GeyserMC()\n\nxuid = api.get_xuid('legopitstop')\nskin = api.get_skin(xuid)\nimage = api.get_raw_texture(skin.texture_id)\nimage.show()\n```\n\nDownload Geyser plugin\n\n```Python\nfrom geysermc import GeyserMC\n\napi = GeyserMC()\n\nwith open('geyser-spigot.jar', 'wb') as fd:\n    data = api.get_download('geyser', 'spigot')\n    fd.write(data)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flegopitstop%2Fgeysermc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flegopitstop%2Fgeysermc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flegopitstop%2Fgeysermc/lists"}