{"id":28482781,"url":"https://github.com/cqb13/meteor-addon-scanner","last_synced_at":"2025-10-09T14:29:52.319Z","repository":{"id":295717770,"uuid":"989891556","full_name":"cqb13/meteor-addon-scanner","owner":"cqb13","description":"A tool to create a list of Meteor Client addons from github.","archived":false,"fork":false,"pushed_at":"2025-06-02T20:13:28.000Z","size":737,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-03T10:16:38.849Z","etag":null,"topics":["meteor-addon","meteor-addon-list","meteor-addons","meteor-client","meteor-client-addon","meteor-client-addon-list","meteor-client-addons","minecraft-mod-list","minecraft-mods","utility-mod","utility-mods"],"latest_commit_sha":null,"homepage":"https://meteor-addons.cqb13.dev/","language":"Go","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/cqb13.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,"zenodo":null}},"created_at":"2025-05-25T03:52:20.000Z","updated_at":"2025-06-02T20:13:31.000Z","dependencies_parsed_at":"2025-06-02T20:33:46.972Z","dependency_job_id":null,"html_url":"https://github.com/cqb13/meteor-addon-scanner","commit_stats":null,"previous_names":["cqb13/meteor-addon-scanner"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cqb13/meteor-addon-scanner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cqb13%2Fmeteor-addon-scanner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cqb13%2Fmeteor-addon-scanner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cqb13%2Fmeteor-addon-scanner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cqb13%2Fmeteor-addon-scanner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cqb13","download_url":"https://codeload.github.com/cqb13/meteor-addon-scanner/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cqb13%2Fmeteor-addon-scanner/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260606474,"owners_count":23035350,"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":["meteor-addon","meteor-addon-list","meteor-addons","meteor-client","meteor-client-addon","meteor-client-addon-list","meteor-client-addons","minecraft-mod-list","minecraft-mods","utility-mod","utility-mods"],"created_at":"2025-06-07T21:02:10.131Z","updated_at":"2025-10-09T14:29:52.301Z","avatar_url":"https://github.com/cqb13.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Meteor Addon Scanner\n\nA tool to create a list of Meteor Client addons from github.\n\nCheck out the [Meteor Addon List](https://www.meteoraddons.com)\n\n\u003ca href=\"https://discord.gg/XU7Y9G46KD\"\u003e\u003cimg src=\"https://invidget.switchblade.xyz/XU7Y9G46KD\"\u003e\u003c/a\u003e\n\n## Usage\n\n1. Create a **.env** file with a value **KEY** with a github API key with read access to public repositories\n2. Create a text file with full names of github repositories separated by new lines\n3. Run the following command\n\n```bash\nscanner verified.txt addons.json\n```\n\n## Output\n\n```json\n[\n  {\n    \"name\": \"string\",\n    \"description\": \"string\",\n    \"mc_version\": \"string\",\n    \"authors\": [\"string\"],\n    \"features\": {\n      \"modules\": [\"string\"],\n      \"commands\": [\"string\"],\n      \"hud_elements\": [\"string\"],\n      \"feature_count\": 0\n    },\n    \"verified\": false,\n    \"repo\": {\n      \"id\": \"string\",\n      \"owner\": \"string\",\n      \"name\": \"string\",\n      \"archived\": false,\n      \"fork\": true,\n      \"stars\": 0,\n      \"downloads\": 0,\n      \"last_update\": \"string RFC3339\",\n      \"creation_date\": \"string RFC3339\"\n    },\n    \"links\": {\n      \"github\": \"string\",\n      \"download\": \"string\",\n      \"discord\": \"string\",\n      \"homepage\": \"string\",\n      \"icon\": \"string\"\n    },\n    \"custom\": {\n      \"description\": \"string\",\n      \"supported_versions\": [\"x.x.x\", \"x.x.x\"],\n      \"icon\": \"string\",\n      \"discord\": \"string\",\n      \"homepage\": \"string\"\n    }\n  }\n]\n```\n\n## Custom Properties\n\nThe scanner automatically pulls info from GitHub, but it might not always be accurate or exactly how you want it. To fix or customize that data, you can manually add your own values.\n\nTo do that, create the file `meteor-addon-list.json` in the root directory of your addon, and add the fields you wish to overide:\n\n```json\n{\n  \"description\": \"A short description of your addon.\",\n  \"tags\": [\n    \"PvP\",\n    \"Utility\",\n    \"Theme\",\n    \"Render\",\n    \"Movement\",\n    \"Building\",\n    \"World\",\n    \"Misc\",\n    \"QoL\",\n    \"Exploit\",\n    \"Fun\",\n    \"Automation\"\n  ],\n  \"supported_versions\": [\"1.21.7\", \"1.21.8\"],\n  \"icon\": \"https://example.com/icon.png\",\n  \"discord\": \"https://discord.gg/yourserver\",\n  \"homepage\": \"https://example.com\"\n}\n```\n\n_This tool is based on [AntiCope](https://github.com/AntiCope/anticope.ml)_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcqb13%2Fmeteor-addon-scanner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcqb13%2Fmeteor-addon-scanner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcqb13%2Fmeteor-addon-scanner/lists"}