{"id":21362834,"url":"https://github.com/legopitstop/multicraft-py","last_synced_at":"2025-06-11T03:36:15.822Z","repository":{"id":209931614,"uuid":"725311611","full_name":"legopitstop/multicraft-py","owner":"legopitstop","description":"Interact with your Minecraft server from hosts that use Multicraft using Python.","archived":false,"fork":false,"pushed_at":"2024-10-06T21:43:07.000Z","size":105,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-18T13:38:56.367Z","etag":null,"topics":["hacktoberfest","minecraft","minecraftserver","modtoberfest","multicraft","pypi","python","pythonpackage","server"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/multicraft/","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":"2023-11-29T22:00:49.000Z","updated_at":"2024-10-06T21:43:11.000Z","dependencies_parsed_at":"2023-12-14T05:31:07.701Z","dependency_job_id":"3dd56664-d532-426a-b1e5-d527bc124b3c","html_url":"https://github.com/legopitstop/multicraft-py","commit_stats":null,"previous_names":["legopitstop/multicraft-py"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/legopitstop%2Fmulticraft-py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/legopitstop%2Fmulticraft-py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/legopitstop%2Fmulticraft-py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/legopitstop%2Fmulticraft-py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/legopitstop","download_url":"https://codeload.github.com/legopitstop/multicraft-py/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/legopitstop%2Fmulticraft-py/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259192172,"owners_count":22819430,"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":["hacktoberfest","minecraft","minecraftserver","modtoberfest","multicraft","pypi","python","pythonpackage","server"],"created_at":"2024-11-22T06:15:41.116Z","updated_at":"2025-06-11T03:36:15.794Z","avatar_url":"https://github.com/legopitstop.png","language":"Python","funding_links":["https://patreon.com/Legopitstop","https://ko-fi.com/legopitstop"],"categories":[],"sub_categories":[],"readme":"# multicraft\n\n[![PyPI](https://img.shields.io/pypi/v/multicraft)](https://pypi.org/project/multicraft/)\n[![Python](https://img.shields.io/pypi/pyversions/multicraft)](https://www.python.org/downloads/)\n![Downloads](https://img.shields.io/pypi/dm/multicraft)\n![Status](https://img.shields.io/pypi/status/multicraft)\n[![Issues](https://img.shields.io/github/issues/legopitstop/multicraft-py)](https://github.com/legopitstop/multicraft-py/issues)\n\nInteract with your Minecraft server from hosts that use [Multicraft](https://www.multicraft.org/) using Python.\n\n## Installation\nInstall the module with pip:\n```bat\npip3 install multicraft\n```\nUpdate existing installation: `pip3 install multicraft --upgrade`\n\n## Features\n- Includes a handful of common multicraft hosts.\n- Manage users, players, commands, schedules, and databases.\n- Start, stop, or restart your server.\n- Run console commands (give, kill, whitelist, op, etc)\n- Read your servers current cpu and memmory usage.\n- Send a chat message.\n\nSee the [docs](https://github.com/legopitstop/multicraft-py/wiki) for more information.\n\n## Dependencies\n|Name|Description|\n|--|--|\n|[requests](https://pypi.org/project/requests/) | Requests is a simple, yet elegant, HTTP library. |\n\n## Example\n```py\nfrom multicraft import MulticraftAPI\n\napi = MulticraftAPI(\n    url = 'https://localhost/api.php',\n    user = 'username',\n    key = 'apiKey'\n)\n\nowner = api.get_user_id(api.user)\n\nowned_servers = api.list_servers_by_owner(owner)\nprint(owned_servers)\n\nfor id in owned_servers.keys():\n    server = api.get_server(id)\n    print(server)\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flegopitstop%2Fmulticraft-py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flegopitstop%2Fmulticraft-py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flegopitstop%2Fmulticraft-py/lists"}