{"id":21940740,"url":"https://github.com/garno/peekapp","last_synced_at":"2025-04-22T15:44:11.609Z","repository":{"id":56887743,"uuid":"1360673","full_name":"garno/peekapp","owner":"garno","description":"Retrieve ratings \u0026 reviews from the App Store.","archived":false,"fork":false,"pushed_at":"2013-07-16T14:56:00.000Z","size":68,"stargazers_count":5,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-18T03:24:29.994Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/garno.png","metadata":{"files":{"readme":"README.markdown","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-02-13T02:50:35.000Z","updated_at":"2017-08-01T05:39:12.000Z","dependencies_parsed_at":"2022-08-21T00:20:54.917Z","dependency_job_id":null,"html_url":"https://github.com/garno/peekapp","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garno%2Fpeekapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garno%2Fpeekapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garno%2Fpeekapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garno%2Fpeekapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/garno","download_url":"https://codeload.github.com/garno/peekapp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250270656,"owners_count":21403067,"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-29T02:36:12.645Z","updated_at":"2025-04-22T15:44:11.583Z","avatar_url":"https://github.com/garno.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"Retrieve reviews and ratings from the App Store.\n\n# Installation\n    gem install peekapp\n\n## How to\n\nFor advanced functionnalities you should read the source. Peekapp can only retrieve ratings \u0026 reviews from the Canadian App Store.\n\n    require \"peekapp\"\n\n    # Get the App\n    app = Peekapp::Apps::find 390574988 # App ID\n\n    # Get reviews for this App\n    app.reviews\n    # =\u003e [#\u003cReview:0x102237a28 @data={\n    #       :title    =\u003e \"Amazing\",\n    #       :comment  =\u003e \"Best Twitter app on the face of the planet!\",\n    #       :username =\u003e \"Thomas Gallagher\",\n    #       :rating   =\u003e 5,\n    #       :user_id  =\u003e 33308895,\n    #       :version  =\u003e \"2.0\",\n    #       :date     =\u003e \"9-Oct-2009\",\n    #       :id       =\u003e Digest::SHA256.new(\"title + username\")\n    #    }\u003e, ...]\n\n    # And the ratings...\n    app.ratings\n    # =\u003e [#Rating:0x1029372a23 @data={\n    #      :current =\u003e { \"1\": 38, \"2\": 12, \"3\": 23, \"4\": 25, \"5\": 105 },\n    #      :all     =\u003e { \"1\": 2736, \"2\": 749, \"3\": 1045, \"4\": 1103, \"5\": 3880 },\n    #      :store_id =\u003e \"143455-5,12\"\n    #    }\u003e, ...]\n\n## Warning\nSince Peekapp is **scraping** the App Store, you might experience some problems if Apple change iTunes' html layout. I've made some tests and the App Store is updated every 20 minutes (*ballpark*). So don't waste your time trying to get *real time* ratings \u0026 reviews.\n\n## Todo\n  - Create unit tests w/ [FakeWeb](https://github.com/chrisk/fakeweb)\n  - Allow international App Stores\n  - iTunes Connect support\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgarno%2Fpeekapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgarno%2Fpeekapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgarno%2Fpeekapp/lists"}