Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlayScrape

Scrape and Visualize Playstore App Reviews

Description

Sebuah alat sederhana untuk melakukan scraping dan memvisualisasikan menggunakan wordcloud reviews sebuah aplikasi yang ada pada playstore

Installation

# Python version 3.7 or newer
$ git clone https://github.com/byte-ai/playscrape.git
$ cd playscrape
$ pip3 install -r requirements.txt

Arguments

# Scraping
--name      : App name
--rating    : User reviews rating
--language  : Reviews language    
--country   : User review country

# Visualize (Wordcloud)
--name      : App name

# Show DataFrame
--name      : App name
--rating    : User reviews rating
--quantity  : Total data

Usage

# To scrape data
$ python src/scraping.py --name bukalapak --rating 4 --language id --country id

# To visualize data
$ python src/word_cloud.py --name bukalapak --rating 4

# To check the data with Pandas Dataframe
$ python src/check.py --name bukalapak --rating 4 --quantity 60

About

Sebuah alat untuk melakukan scraping pada platform Google Play Store

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages