터미널기반 앱스토어 모니터링, 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
 

 

댓글

이 블로그의 인기 게시물

파이썬으로 Homomorphic Filtering 하기

파이썬으로 2D FFT/iFFT 하기: numpy 버전