Mohamed Anas Siddiqui

Results 4 comments of Mohamed Anas Siddiqui

Im seeing the same issue even when I set the number of reviews (25000 in my case). Im only getting back about 500 and the output number changes each time...

This mod did not work for me either. I tried a different approach that worked for me: In reviews.py: ``` try: review_items, token = _fetch_review_items( url, app_id, sort, _fetch_count, filter_score_with,...

Here's my code ( I am fixing the number of reviews I need and break the loop when that number has crossed): ``` from google_play_scraper import Sort, reviews import pandas...