Skip to content

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

Notifications You must be signed in to change notification settings

ompemi/android-search-ranking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages