AppStoreReviews icon indicating copy to clipboard operation
AppStoreReviews copied to clipboard

Can not run this python script to get the review - it seems broken?

Open googoodalls opened this issue 10 years ago • 2 comments

Hello, expert,

I try to run the example within this week, from Monday to Friday. macbook$ python AppStoreReviews.py -i 335042980

Can't connect to the AppStore, please try again later

it report error.

is it broken or the network problem?

BR

Steven

googoodalls avatar Nov 21 '14 12:11 googoodalls

Hi, looks like Apple changed the design of the AppStore, so the script needs to be rewritten.

On 21 Nov 2014, at 13:23, googoodalls [email protected] wrote:

Hello, expert,

I try to run the example within this week, from Monday to Friday. macbook$ python AppStoreReviews.py -i 335042980

Can't connect to the AppStore, please try again later

it report error.

is it broken or the network problem?

BR

Steven

— Reply to this email directly or view it on GitHub https://github.com/grych/AppStoreReviews/issues/7.

Grych

grych avatar Nov 24 '14 13:11 grych

You need to add the country parameter and number of reviews you want to retrieve eg: python AppStoreReviews.py -i 850417475 -c 'united states' -m 10

JaySurplus avatar Dec 02 '14 07:12 JaySurplus