项目作者: mattlawer

项目描述 :
Get AppStore apps stats
高级语言: Objective-C
项目地址: git://github.com/mattlawer/appstat.git
创建时间: 2014-12-15T14:25:55Z
项目社区:https://github.com/mattlawer/appstat

开源协议:

下载


appstat

Get AppStore apps reviews, and rankings worldwide for every category.

Installation

  1. git clone https://github.com/mattlawer/appstat.git
  2. cd appstat
  3. make # 'make ios' to build for iOS
  4. make install

Usage

  1. Usage : appstat -a <app_id> [-g <genre> -l <list_size> -r -p -f]
  2. -s <search> : search an app
  3. -a <app_id> : the app ID to use
  4. -b <bundle_id> : the start of the bundle ID to use
  5. -c <country_code> : the country code to use for the search option (ex: US)
  6. -g <genre> : the genre code (ex: 6012)
  7. -r : list reviews
  8. -f : search top free
  9. -p : search top paid
  10. -m : search top grossing
  11. -l <list_size> : 1-200
  12. example:
  13. appstat -s Omnistat -g 6002
  14. appstat -a 898245825 -r
  15. appstat -b ch.swift -m -g 6017