This is a play store scraper built with Node.JS
Give it the package names of your app and your enemy's and it'll spit out a simple comparison between the apps.
-
Download the repository
git clone https://github.com/AdityaAnand1/Competitor-Analysis-For-Android
cd Competitor-Analysis-For-Android
-
Install dependencies
npm install
-
Run
node app
- Go to
http://localhost:26000/competitor-analysis/
in any browser. Voila!