{"id":24505949,"url":"https://github.com/510208/mineplayer","last_synced_at":"2026-02-10T02:35:14.114Z","repository":{"id":259674949,"uuid":"879196914","full_name":"510208/minePlayer","owner":"510208","description":"A module to parse Minecraft player information","archived":false,"fork":false,"pushed_at":"2024-12-15T04:32:02.000Z","size":92,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-26T21:33:18.125Z","etag":null,"topics":["library","minecraft","minecraft-python","python-package","python-packages","samhacker"],"latest_commit_sha":null,"homepage":"https://samhacker.xyz/mineplayer/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/510208.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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,"publiccode":null,"codemeta":null}},"created_at":"2024-10-27T09:11:00.000Z","updated_at":"2024-12-15T04:32:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"91b9d35a-00b6-47ca-9011-6194d109de70","html_url":"https://github.com/510208/minePlayer","commit_stats":null,"previous_names":["510208/mineplayer"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/510208/minePlayer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/510208%2FminePlayer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/510208%2FminePlayer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/510208%2FminePlayer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/510208%2FminePlayer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/510208","download_url":"https://codeload.github.com/510208/minePlayer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/510208%2FminePlayer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29289567,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T02:32:08.756Z","status":"ssl_error","status_checked_at":"2026-02-10T02:30:31.937Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["library","minecraft","minecraft-python","python-package","python-packages","samhacker"],"created_at":"2025-01-21T23:32:26.824Z","updated_at":"2026-02-10T02:35:14.098Z","avatar_url":"https://github.com/510208.png","language":"Python","readme":"[![嗨，我是 (2)](https://github.com/user-attachments/assets/505aa5a8-f301-4a03-8dd3-1f086dd769fe)](https://samhacker.xyz/mineplayer/)\n\n# MinePlayer\n\n![PyPI - Downloads](https://img.shields.io/pypi/dd/mineplayer?style=for-the-badge)![GitHub forks](https://img.shields.io/github/forks/510208/minePlayer?style=for-the-badge)![GitHub License](https://img.shields.io/github/license/510208/minePlayer?style=for-the-badge)![GitHub Repo stars](https://img.shields.io/github/stars/510208/minePlayer?style=for-the-badge)\n\nMinePlayer 是一款簡單的模組，提供使用者解析一個 Minecraft 玩家的資訊！\n\nMinePlayer is a simple module that allows users to parse information about a Minecraft player!\n```\nINFO:root:=== Create a new player. ===\nINFO:root:Player Sam510208 created.\nINFO:root:=== Get the player's UUID. ===\nINFO:root:Player Sam510208's UUID is 9ea020446a4c4e4686b8e5d0bde8ce56.\n```\n\n\n## 特色 (Feature)\n\n- 簡單易用   (Easy to use)\n- 基於 GNU v3.0 開源  (Open Source based GNU v3.0)\n- 支持所有相容於 CraftAvatar 的玩家頭像服務，並可自行決定  (Supports all CraftAvatar-compatible player avatar services at your discretion)\n- 可取得幾乎所有 CraftAvatar 服務提供的頭像資源，甚至是玩家 Skin！  (Get access to almost all avatar assets provided by the CraftAvatar service, even player Skins!)\n\n## 範例 (Example)\n```python\nimport mineplayer\nimport logging\n\nlogging.basicConfig(level=logging.INFO)\n\n# Create a new player\nlogging.info(\"=== Create a new player. ===\")\nplayer = mineplayer.MinePlayer(\"Sam510208\")\nlogging.info(f\"Player {player.username} created.\")\n\n# Get the player's UUID\nlogging.info(\"=== Get the player's UUID. ===\")\nuuid = player.uuid\nlogging.info(f\"Player {player.username}'s UUID is {uuid}.\")\n\n# Get the player's information\nlogging.info(\"=== Get the player's information. ===\")\ninfo = player.info\nlogging.info(f\"Player {player.username}'s information is {info}.\")\n```\n\n範例收錄於 `test.py` 中\n\n## 謝誌 (Thanks)\n- Thank you to \u003ca href=\"https://crafatar.com\"\u003eCrafatar\u003c/a\u003e for providing avatars.\n- Source of inspiration: [510208/yunyubot-dc-annou](https://github.com/510208/yunyubot-dc-annou)\n\n## 貢獻 (Countributing)\n如果您希望貢獻此專案，我們非常歡迎！請Fork此儲存庫，開啟一個以自己貢獻的內容為名的分支，在該分支上開發。\n開發完畢後，在GitHub頁面上提供完整說明，然後我們會盡快幫助您審核\n\n如果您在使用此程式時出了什麼問題，歡迎在GitHub的Issues告訴我們！我們會盡力幫助您的\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F510208%2Fmineplayer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F510208%2Fmineplayer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F510208%2Fmineplayer/lists"}