{"id":18852893,"url":"https://github.com/stellarsand/app-icon","last_synced_at":"2026-04-09T16:04:33.021Z","repository":{"id":113458009,"uuid":"592437168","full_name":"StellarSand/app-icon","owner":"StellarSand","description":"Get icon URLs of apps from Google Play or F-Droid.","archived":false,"fork":false,"pushed_at":"2023-09-22T15:30:11.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-30T17:46:05.652Z","etag":null,"topics":["bash","bash-script","f-droid","google-play","linux","script","scripts","shell-script","terminal","terminal-based"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/StellarSand.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}},"created_at":"2023-01-23T18:23:23.000Z","updated_at":"2023-11-13T13:05:23.000Z","dependencies_parsed_at":"2023-09-23T17:58:39.189Z","dependency_job_id":null,"html_url":"https://github.com/StellarSand/app-icon","commit_stats":null,"previous_names":["the-weird-aquarian/app-icon","stellarsand/app-icon"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StellarSand%2Fapp-icon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StellarSand%2Fapp-icon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StellarSand%2Fapp-icon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StellarSand%2Fapp-icon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StellarSand","download_url":"https://codeload.github.com/StellarSand/app-icon/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239793088,"owners_count":19697893,"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":["bash","bash-script","f-droid","google-play","linux","script","scripts","shell-script","terminal","terminal-based"],"created_at":"2024-11-08T03:42:01.038Z","updated_at":"2026-04-09T16:04:32.989Z","avatar_url":"https://github.com/StellarSand.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# app-icon\nA command-line tool to retrieve icon URLs of apps from [Google Play](https://play.google.com/) or [F-Droid](https://f-droid.org/en/packages/).\n\n\n\n## Contents\n- [Installation](#installation)\n- [Available options](#available-options)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n\n\n\n## Installation\n**1. Clone this repo:**\n```\ngit clone https://github.com/StellarSand/app-icon.git\n```\n\n**2. Move into the project directory:**\n```\ncd app-icon\n```\n\n**3. Give executable permissions to the script:**\n```\nchmod +x app-icon\n```\n\n\n\n## Available options\n```\n  -h, --help            Show this help message\n  -o, --output          Write output to a specified file\n  -p, --parallel        Retrieve multiple icons in parallel (Check note below)\n  -W, --Width           Specify a width for the icon (requires -H/--Height too)\n  -H, --Height          Specify a height for the icon (requires -W/--Width too)\n```\n\n**NOTE:** \n1. `-W/--width` and `-H/--height` options are only valid for Google Play URLs.\n2. If `-p/--parallel` option is used, multiple icon URLs will be retrieved in parallel.\nThis will be faster, however, it might use a lot of system resources if too many packages are provided.\n\n\n\n## Usage\n```\napp-icon \u003cpackage\u003e\n```\n```\napp-icon \u003cpackage1\u003e \u003cpackage2\u003e \u003cpackage3\u003e\n```\n\nThe output can be written to a specified file using the `-o` or `--output` option:\n```\napp-icon \u003cpackage\u003e -o \u003cfile\u003e\n```\n\n**Examples:**\n```\napp-icon com.android.twitter\n```\n\n```\napp-icon com.android.twitter com.spotify.music org.telegram.messenger\n```\n\nBy default, the icons from Google Play will be 512x512 px. To change the dimensions, use `-W` and `-H`:\n```\napp-icon com.spotify.music -W 480 -H 960\n```\n\n\n\n## Contributing\nPull requests can be submitted [here](https://github.com/StellarSand/app-icon/pulls). Any contribution to the project will be highly appreciated.\n\n\n## License\nThis project is licensed under the [MIT License](https://github.com/StellarSand/app-icon/blob/main/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstellarsand%2Fapp-icon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstellarsand%2Fapp-icon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstellarsand%2Fapp-icon/lists"}