Karn / listing-analyser

Create better Android Play Store App listings by figuring out what others are doing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Listing Analyser

Create better Android Play Store App listings by figuring out what others are doing.

Scan Google Play listings for applications matching a search query and pull out keywords and their frequencies. This is particularly useful when you want to figure out what apps have high ratings and rating numbers and what keywords they use in their titles and descriptions.

GETTING STARTED

You need to have Python installed as well as a number of secondary tools: nltk, numpy, and play_scraper (all of which can be installed using pip).

USAGE

The most basic case is as follows:

./analyser -q "facebook tools" -f "com.facebook.katana,com.facebook.lite"

The output is stored as a markdown file within the reports directory.

CONTRIBUTING

There are many ways to contribute, you can

  • submit bugs,
  • help track issues,
  • review code changes.

About

Create better Android Play Store App listings by figuring out what others are doing.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%