터미널에서 간단하게 코멘드라인 명령어 한줄만 입력하면 앱스토어의 각 국가별 앱의 랭킹과 리뷰를 한눈에 보여주는 오픈소스 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
[출처] https://github.com/mattlawer/appstat