Scraping Play Store reviews
One can easily retrieve data from the play store without any API key using the
google_play_scraper, installable using pip install google_play_scraper.
reviews = google_play_scraper.reviews(
"com.vsct.vsc.mobile.horaireetresa.android",
lang="fr",
country="fr",
count=max_result,
)[0]
print(reviews)