{"id":16713990,"url":"https://github.com/tktech/burger","last_synced_at":"2025-09-14T03:32:05.328Z","repository":{"id":43819104,"uuid":"1703981","full_name":"TkTech/Burger","owner":"TkTech","description":"A simple tool for picking out information from the minecraft JARs, primarily useful for developers.","archived":false,"fork":false,"pushed_at":"2022-02-17T18:52:11.000Z","size":734,"stargazers_count":143,"open_issues_count":2,"forks_count":34,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-04-02T02:11:54.016Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/TkTech.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}},"created_at":"2011-05-04T23:32:53.000Z","updated_at":"2025-02-04T19:55:19.000Z","dependencies_parsed_at":"2022-09-22T15:42:19.939Z","dependency_job_id":null,"html_url":"https://github.com/TkTech/Burger","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TkTech/Burger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TkTech%2FBurger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TkTech%2FBurger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TkTech%2FBurger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TkTech%2FBurger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TkTech","download_url":"https://codeload.github.com/TkTech/Burger/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TkTech%2FBurger/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275058113,"owners_count":25398168,"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","status":"online","status_checked_at":"2025-09-14T02:00:10.474Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-12T20:48:45.703Z","updated_at":"2025-09-14T03:32:04.983Z","avatar_url":"https://github.com/TkTech.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Burger\nBurger is a \"framework\" for automatically extracting data\nfrom the Minecraft game for the purpose of writing the protocol\nspecification, interoperability, and other neat uses.\n\n## The Idea\nBurger is made up of *toppings*, which can provide and satisfy\nsimple dependencies, and which can be run all-together or just\na few specifically. Each topping is then aggregated by\n`munch.py` into the whole and output as a JSON dictionary.\n\n## Usage\nThe simplest way to use Burger is to pass the `-d` or `--download`\nflag, which will download the specified minecraft client for you.\nThis option can be specified multiple times.  The downloaded jar will be saved\nin the working directory, and if it already exists the existing verison will be used.\n\n    $ python munch.py --download 1.13.2\n\nTo download the latest snapshot, `-D` or `--download-latest` can be used.\n\n    $ python munch.py -D\n\nAlternatively, you can specify the client JAR by passing it as an argument.\n\n    $ python munch.py 1.8.jar\n\nYou can redirect the output from the default `stdout` by passing\n`-o \u003cpath\u003e` or `--output \u003cpath\u003e`.  This is useful when combined with\nverbose output (`-v` or `--verbose`) so that the output doesn't go into the file.\n\n    $ python munch.py -D --output output.json\n\nYou can see what toppings are available by passing `-l` or `--list`.\n\n    $ python munch.py --list\n\nYou can also run specific toppings by passing a comma-delimited list\nto `-t` or `--toppings`. If a topping cannot be used because it's\nmissing a dependency, it will output an error telling you what \nalso needs to be included.  Toppings will generally automatically load\ntheir dependencies, however.\n\n    $ python munch.py -D --toppings language,stats\n\nThe above example would only extract the language information, as\nwell as the stats and achievements (both part of `stats`).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftktech%2Fburger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftktech%2Fburger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftktech%2Fburger/lists"}