svennickel

Results 2 issues of svennickel

I try to run the simple demo script: ``` from app_store_scraper import AppStore from pprint import pprint minecraft = AppStore(country="nz", app_name="minecraft") minecraft.review(how_many=20) pprint(minecraft.reviews) pprint(minecraft.reviews_count) ``` It fails as follows: ```...

**Is your feature request related to a problem? Please describe.** Frields recentChanges and recentChangesHTML are missing **Describe the solution you'd like** Re-add recentChanges and recentChangesHTML **Describe alternatives you've considered** A...