Facundo Olano

Results 174 issues of Facundo Olano

In the most recent update, the stores default to their memoized versions, and customizing this requires duplication most of the store code. Instead, pass the store by parameter and easily...

`DEBUG=app-store-scraper,google-play-scraper,aso`

Since the part most likely to break in this library is the integration with the underlying scrapers (either because the version changed and we need to adapt or because the...

Unit tests should verify the logic of every method, using mocks or stub store objects, so we control input values and know what to expect. Store integration should be tested...

help wanted

Define a specific interface for the store object. Any object that implements that interface should be able to be used as a store backend for the ASO methods. This would...

consider using this same api to expose both google play and itunes app (via app-store-scraper)

we have many instances of processPages (aka processAndRecur) functions with a lot of duplicated code. See if a single one can be reused everywhere or a parametrized functinon (s) can...

bug

Lost during migration to the new layout. Now we only have minInstalls, we need to add a function that maps each min value to its max counterpart.

enhancement
good first issue

The algorithm is similar to the one in developer and search methods, using `clp` and `pagTok` parameters. See discussion in #181 Also consider the redirection and preserve the request parameters.

bug
enhancement

Tested in search and list methods, scoreText shows `' Rated 4.3 stars out of five stars '` instead of `4.3`

bug
good first issue