https://github.com/karn/listing-analyser
Create better Android Play Store App listings by figuring out what others are doing.
https://github.com/karn/listing-analyser
android android-library google-play listing nlp playstore
Last synced: about 1 month ago
JSON representation
Create better Android Play Store App listings by figuring out what others are doing.
- Host: GitHub
- URL: https://github.com/karn/listing-analyser
- Owner: Karn
- License: gpl-3.0
- Created: 2019-01-12T04:53:39.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-07T04:28:34.000Z (over 6 years ago)
- Last Synced: 2024-12-27T19:28:06.127Z (10 months ago)
- Topics: android, android-library, google-play, listing, nlp, playstore
- Language: Python
- Size: 25.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## 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:```Bash
./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](./.github/CONTRIBUTING.md), you can
- submit bugs,
- help track issues,
- review code changes.