Skip to content

zgluis/AppStoreReviewsDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

AppStoreReviewsDownloader

Ever wanted to download all reviews of your app from App Store? That is what happened to me, I couldn't find a proper trustfully tool to do it, so I created a rudimentary script that does the job.

How it works?

The only available option in appstoreconnect to see reviews is an scrollable list, and this script takes advantage of that by looping in the pagination service to retrieve all available records and write them into a json file.

Setup

  1. Get access to the reviews: Login into you appstoreconnect account and go to the Reviews section.
  2. Get the pagination request: Now you need to get the curl request, using any browser, go to the network section and export the request that is launched onces you scroll to the reviews bottom of the list. ReviewsCopyAsCurl
  3. Configure the script: open the downloadReviews.sh file and set a value for the variable quantityOfReviews.
  4. Paste the curl: Paste the copied curl request overridding the template inside in the script, but considering the steps in the folowing video. ReplaceCurl

Run

sh downloadReviews.sh

About

Script to download reviews from AppStores

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages