{"id":21396866,"url":"https://github.com/posixpascal/apple_appstore_search","last_synced_at":"2025-03-16T14:43:13.574Z","repository":{"id":25429757,"uuid":"28859290","full_name":"posixpascal/apple_appstore_search","owner":"posixpascal","description":"📊 get public App Store data of your app in a ruby hash — that's it.","archived":false,"fork":false,"pushed_at":"2019-10-24T15:46:19.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-09T00:39:51.441Z","etag":null,"topics":["appstore","data","gem","ios","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/posixpascal.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}},"created_at":"2015-01-06T10:59:05.000Z","updated_at":"2019-10-24T15:46:21.000Z","dependencies_parsed_at":"2022-07-26T03:17:24.636Z","dependency_job_id":null,"html_url":"https://github.com/posixpascal/apple_appstore_search","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/posixpascal%2Fapple_appstore_search","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/posixpascal%2Fapple_appstore_search/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/posixpascal%2Fapple_appstore_search/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/posixpascal%2Fapple_appstore_search/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/posixpascal","download_url":"https://codeload.github.com/posixpascal/apple_appstore_search/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243885888,"owners_count":20363644,"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":["appstore","data","gem","ios","ruby"],"created_at":"2024-11-22T14:30:12.330Z","updated_at":"2025-03-16T14:43:13.555Z","avatar_url":"https://github.com/posixpascal.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# apple_appstore_search\nSearch your App's ID on Apple's App Store and retrieve all public data through a ruby Hash.\n\n## Usage:\n\nBe aware, this is a minefield. I use this in a very specific legacy application and haven't touched the code in at least 3 years.\n\nI suggest you to take a peak at [SpaceShip](https://github.com/fastlane/fastlane/tree/master/spaceship), which is definitely superior to this little pile of code. \n\nAnyways, you've been warned:\n\n```ruby\nrequire 'apple_appstore_search'\n\napp = AppleAppstoreSearch::Search.new()\nipa = app.search('yourAppId')\n```\n\nYou'll get an instance of class AppleAppstoreSearch::App with the following keys:\n\n```ruby\n#[...]\nipa.name =\u003e Your App Name\nipa.version =\u003e Current Version\nipa.rating =\u003e Your App's rating\nipa.rates =\u003e Number of ratings\nipa.logo_url =\u003e high quality image\nipa.latest_updates =\u003e your last changelog for the app\nipa.last_updated =\u003e when did you update your app the last time\nipa.size =\u003e Your apps size\n```\n\n## License\n```\nCopyright 2018 Pascal Raszyk\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fposixpascal%2Fapple_appstore_search","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fposixpascal%2Fapple_appstore_search","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fposixpascal%2Fapple_appstore_search/lists"}