You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We need to do weekly analysis of play store reviews and every time we have to manually count number of new reviews added during the week and than define how many new reviews we want to retrieve (by using dfn=df.loc[0:120] ).
Describe the solution you'd like
Can we use google play scraper to query for number of new reviews posted during a specified date so that the manual work can be eliminated ?
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
We need to do weekly analysis of play store reviews and every time we have to manually count number of new reviews added during the week and than define how many new reviews we want to retrieve (by using dfn=df.loc[0:120] ).
Describe the solution you'd like
Can we use google play scraper to query for number of new reviews posted during a specified date so that the manual work can be eliminated ?
The text was updated successfully, but these errors were encountered: