Giter Site home page Giter Site logo

fitomad / app-store-ranking Goto Github PK

View Code? Open in Web Editor NEW
29.0 3.0 4.0 133 KB

Obtain your app ranking inside App Store and Mac App Store in every country

License: MIT License

Python 100.00%
app-store mac-appstore mac-app-store aso ranking python

app-store-ranking's Introduction

App-Store-Ranking

Obtain your app ranking in realtime inside App Store and Mac App Store for every country

License MIT Python 2.7 Python 3.6 macOS 10.13 Visual Studio Code

Terminal

Usage

This repository contains two scripts, one for App Store (iosr.py) and the other one for Mac App Store (macr.py)

You can obtain command information by typing command listed below in your Terminal or Command Prompt:

python iosr.py --help

# or

python macr.py --help

To obtain a list with all possible values for all script parameters run this command in Terminal or Command Prompt:

python iosr.py

#or

python macr.py

Packages

If you have an error related to enums maybe you have to install enum34 module to obtain compatibility. Type this on your Terminal or Command Prompt

pip instal enum34

Mac and Linux user maybe have to prefix command with sudo

App Store Ranking. Parameters

To obtain an application ranking inside the App Store you have to type this command in Terminal or Command Prompt

python iosr.py -appid 361309726 -stores top -category 6007 -platform iphone

This returns the ranking for Pages app (-appid 361309726) in the Top 10 countries by revenue (-stores top) inside the Productivity category (-category 6007) for iPhone devices (-platform iphone)

Available stores sets are world for all countries where Apple has an App Store available and top for the ten countries with more revenues.

Platforms availables are iphone for iPhone only devices, ipad for iPad only devices and appleTV for Apple TV only devices.

To figure out the code related to yout app category type python iosr.py in your command line to get a list with all possible values.

Mac App Store Ranking. Parameters

Request Mac App Store rankings is similar to App Store Ranking procedure. Type this command in Terminal or Command Prompt

python macr.py -appid 424389933 -category 12020 -stores world

This returns the Final Cut Pro application (-appid 424389933) ranking inside the Video category (-category 12020) in all Mac App Store countries (-stores world)

Available stores sets are world for all countries where Apple has a Mac App Store available and top for the ten countries with more revenues.

To figure out the code related to yout app category type python macr.py in your command line to get a list with all possible values.

Contact

Comments and suggestions are welcome. Find me on twitter at @fitomad

app-store-ranking's People

Contributors

fitomad avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.