{"id":19621635,"url":"https://github.com/pkg6/appgo","last_synced_at":"2025-02-26T19:16:00.508Z","repository":{"id":230421760,"uuid":"779327591","full_name":"pkg6/appgo","owner":"pkg6","description":"Analyzing Apple IPK or Android APK information","archived":false,"fork":false,"pushed_at":"2024-04-15T09:04:04.000Z","size":471,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-04-16T00:13:03.575Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pkg6.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-03-29T15:20:26.000Z","updated_at":"2024-06-19T20:11:39.785Z","dependencies_parsed_at":"2024-04-01T12:28:56.234Z","dependency_job_id":"6c8953d5-92e5-4bfd-bad6-2c12e56b4e06","html_url":"https://github.com/pkg6/appgo","commit_stats":null,"previous_names":["pkg6/appgo"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkg6%2Fappgo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkg6%2Fappgo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkg6%2Fappgo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkg6%2Fappgo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pkg6","download_url":"https://codeload.github.com/pkg6/appgo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240917723,"owners_count":19878308,"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-11T11:23:49.765Z","updated_at":"2025-02-26T19:16:00.490Z","avatar_url":"https://github.com/pkg6.png","language":"Go","readme":"# description\n\nThe source code comes from a third-party project and is independently used to parse the app package information. Competent people are welcome to submit code.\n\n# According to file suffix\n\n\u003e AppParsePath\n\u003e\n\u003e AppParseFile\n\u003e\n\u003e AppParseReader\n\u003e\n\u003e AppParseMultipartFile\n\n~~~\npackage main\n\nimport (\n\t\"fmt\"\n\t\"io\"\n\t\"os\"\n\n\t\"github.com/pkg6/appgo\"\n)\n\nfunc main() {\n\tfilename := \"./.test_data/ipa.ipa\"\n\tf, err := os.Open(filename)\n\tif err != nil {\n\t\tfmt.Println(err)\n\t}\n\tdefer f.Close()\n\tinfo, _ := appgo.AppParseFile(f)\n\t// ico 保存在本地\n\tfilename, buf, _ := info.Icon()\n\tfile, _ := os.Create(filename)\n\tdefer file.Close()\n\tio.Copy(file, buf)\n}\n~~~\n\n# Obtain APK information\n\n\u003e APKParsePath\n\u003e\n\u003e APKParseFile\n\u003e\n\u003e APKParseReader\n\u003e\n\u003e APKParseMultipartFile\n\n~~~\npackage main\n\nimport (\n\t\"fmt\"\n\n\t\"github.com/pkg6/appgo\"\n)\n\nfunc main() {\n\tinfo, err := appgo.APKParseFile(\".test_data/helloworld.apk\")\n\tfmt.Println(info, err)\n}\n\n~~~\n\n# Obtain IPA information\n\n\u003e IPAParsePath\n\u003e\n\u003e IPAParseFile\n\u003e\n\u003e IPAParseReader\n\u003e\n\u003e IPAParseMultipartFile\n\n~~~\npackage main\n\nimport (\n\t\"fmt\"\n\n\t\"github.com/pkg6/appgo\"\n)\n\nfunc main() {\n\tinfo, err := appgo.IPAParsePath(\".test_data/ipa.ipa\")\n\tfmt.Println(info, err)\n}\n~~~\n\n# Link\n\n- https://github.com/iineva/ipa-server/\n- https://github.com/pkg6/go-lzfse\n- https://github.com/pkg6/go-plist\n\n# \n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpkg6%2Fappgo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpkg6%2Fappgo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpkg6%2Fappgo/lists"}