Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Android search ranking

Retrieves the ranking position of an android application in Google Play, for the given keywords and countries.

Requeriments

  • lxml
  • requests

Installation

git clone git://github.com/ompemi/android-search-ranking.git
cd android-search-ranking
virtualenv ~/.virtualenvs/market
source ~/.virtualenvs/market/bin/activate
pip install -r requirements.txt 

Usage

python searchranking.py -p com.androidsx.smileys -k whatsapp,smileys -c en,es
    Package: com.androidsx.smileys
    Keyword: whatsapp
      #7 (en)
      #5 (es)
    Keyword: smileys
      #1 (en)
      #1 (es)

About

Retrieves the ranking position of an android application in Google Play, for the given keywords and countries

Resources

Stars

10 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages