{"id":21671435,"url":"https://github.com/harrislapiroff/minecraft-log-reader","last_synced_at":"2025-06-20T03:05:58.075Z","repository":{"id":138711296,"uuid":"322996303","full_name":"harrislapiroff/minecraft-log-reader","owner":"harrislapiroff","description":null,"archived":false,"fork":false,"pushed_at":"2020-12-20T04:57:41.000Z","size":3,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-20T08:19:25.165Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/harrislapiroff.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-12-20T04:55:35.000Z","updated_at":"2020-12-20T04:57:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"1d3a829d-59e2-42fe-a8ed-37f58ecf70c7","html_url":"https://github.com/harrislapiroff/minecraft-log-reader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/harrislapiroff/minecraft-log-reader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harrislapiroff%2Fminecraft-log-reader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harrislapiroff%2Fminecraft-log-reader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harrislapiroff%2Fminecraft-log-reader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harrislapiroff%2Fminecraft-log-reader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/harrislapiroff","download_url":"https://codeload.github.com/harrislapiroff/minecraft-log-reader/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harrislapiroff%2Fminecraft-log-reader/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260868850,"owners_count":23074960,"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":[],"created_at":"2024-11-25T12:42:53.509Z","updated_at":"2025-06-20T03:05:53.059Z","avatar_url":"https://github.com/harrislapiroff.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Minecraft Log Reader\n====================\n\n**Minecraft Log Reader** reads a log folder and generates CSVs of historical data from a Minecraft server. Currently it parses and aggregates these types of events:\n\n* Players join/leave\n* Player advancements\n* Player deaths\n* Player chat messages\n\nQuickstart\n----------\n\n1. Install [Python 3.8](https://www.python.org/downloads/) and [Pipenv](https://pipenv.pypa.io/en/latest/#install-pipenv-today).\n\n2. From the repo directory run `pipenv install`.\n\n3. Copy your Minecraft logs into the repo in a `logs` directory (or, if you prefer, in the next step you can specify a different location where **Minecraft Log Reader** should find your logs).\n\n4. Create a `.env` file with the following contents:\n\n```env\nLOG_DIRECTORY=./logs  # OR other path to your logs directory\n```\n\n5. Run `pipenv run python main.py`.\n\n6. CSVs can be found in the `output` directory 🎉\n\nNotes\n-----\n\nThis script was written for a particular Minecraft server that I run, so some of the features may not generalize well to all servers. For example:\n\n* The script runs on logs from Minecraft version 1.12.2 with Forge. It may not run on logs from other versions.\n* The script presumes logs from mods we have installed, e.g., we have special handling for Defiled Lands' goals and challenges.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharrislapiroff%2Fminecraft-log-reader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharrislapiroff%2Fminecraft-log-reader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharrislapiroff%2Fminecraft-log-reader/lists"}