Skip to content

Commit

Permalink
Merge pull request #1135 from Prachi0203/comment_scraper
Browse files Browse the repository at this point in the history
added comment scrapper
  • Loading branch information
fineanmol authored Oct 23, 2021
2 parents 928c1d6 + 0ffe99a commit 48f5ea7
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import numpy as np
import pandas as pd
from google_play_scraper import app, Sort, reviews_all
zoho_reviews = reviews_all(
'com.zoho.mail', sleep_milliseconds=0, # defaults to 0
lang='en', # defaults to 'en'
country='us', # defaults to 'us'
sort=Sort.NEWEST, # defaults to Sort.MOST_RELEVANT
)
print(zoho_reviews)

0 comments on commit 48f5ea7

Please sign in to comment.