How to Scrape from Google Play Store for Sentiment Analysis
Hi again! Recently I've been tweaking around with a library specifically used to scrape Google Play Store. It is quite easy and simple. We can use the data to practice for sentiment analysis project. As according to HBR , o nline reviews are transforming the way consumers choose products and services. So this is quite a big deal for competing developers, since reviews can give consumers the confidence they need to use certain apps, in the case of Google Play Store. Aren't we all related with this too? :D imgsource : theverge.com Other thing is, I also had some fun to customize scraped data using Pygments . Which I will also explain in this post. IDK if this is rather important tho. But I think it will be helpful if we want to spice up the boring json looks with some flying colors. So here we go :) The library is called : google-play-scraper. It is basically a Node.js scraper to get data from Google Play created by JoMingyu. You can go to his github page here...