iOS

앱랭킹, 리뷰 검색 코멘드라인툴 오픈소스 - Appstat

by hooni posted Jul 20, 2015
?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

크게 작게 위로 아래로 댓글로 가기 인쇄

터미널에서 간단하게 코멘드라인 명령어 한줄만 입력하면 앱스토어의 각 국가별 앱의 랭킹과 리뷰를 한눈에 보여주는 오픈소스 appstat 입니다.

다음은 명령어 옵션입니다.

Usage : appstat -a <app_id> [-g <genre> -l <list_size> -r -p -f]
    -s <search> : search an app
    -a <app_id> : the app ID to use
    -g <genre> : the genre code (ex: 6012)
    -r : list reviews
    -f : search top free
    -p : search top paid
    -l <list_size> : 1-200

example:
    appstat -s Omnistat -g 6002
    appstat -a 898245825 -r

 

 

장르 코드는 아래 웹페이지 참고.

http://www.apple.com/itunes/affiliates/resources/documentation/genre-mapping.html

 

 

appstat.png

 

[출처] https://github.com/mattlawer/appstat