pypa / packaging-problems

An issue tracker for the problems in packaging
144 stars 33 forks source link

HELP FILTERING MOST RECENT REVIEWS #525

Closed Arpan-Mistry closed 3 years ago

Arpan-Mistry commented 3 years ago

Thank you for providing feedback on Python packaging!

To help us help you, please fill out as much of the following as you can. If a question is not relevant, feel free to skip it.

  1. What is your operating system and version?

    Windows 10

  2. What is your Python version?

Python 3.7.2

  1. What version of pip do you have?

19.2.

  1. If following an online tutorial or guide, please provide a link to the page or section giving you trouble:

using for scraping reviews but not been able to sort Sort.MOST_RECENT plz help me for that

  1. Could you describe your issue in as much detail as possible?

from google_play_scraper import Sort, reviews pkg_name='com.facebook.katana' result = reviews( pkg_name, lang='en', # defaults to 'en' country='us', # defaults to 'us' sort= Sort.MOST_RECENT , # defaults to Sort.MOST_RELEVANT ----------HELP HERE FOR RECENT------------ count=1000, # defaults to 100 filter_score_with=None # defaults to None(means all score) ) print(result)

layday commented 3 years ago

This tracker is for help with Python packaging. Please see google-play-scraper; the enum member you're looking for is Sort.NEWEST.

Arpan-Mistry commented 3 years ago

Realy glad to see such a supportive nature I love you guys the way you are maintaining a connection between Developers

On Fri, 25 Jun 2021 at 20:38, layday @.***> wrote:

Closed #525 https://github.com/pypa/packaging-problems/issues/525.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/pypa/packaging-problems/issues/525#event-4940579113, or unsubscribe https://github.com/notifications/unsubscribe-auth/AS4XPNB5J6C75UJC5DY2573TUSLYBANCNFSM47KBKWVQ .