chadrem / market_bot

Google Play Android App store scraper
MIT License
361 stars 130 forks source link

Added search functionality #57

Closed balepc closed 6 years ago

coveralls commented 8 years ago

Coverage Status

Changes Unknown when pulling 232ec978ce43f7303921d79c76bf7708c7acc12c on balepc:master into \ on chadrem:master**.

chadrem commented 8 years ago

@balepc Thanks for building the search feature! Are you able to help maintain this feature in the future?

chadrem commented 8 years ago

@balepc I tried out the code and it looks like it returns 20 apps max:

s = MarketBot::Play::Search.new('Facebook').update; puts s.result.length

I'd like to get this fixed before merging any search related pull requests. If you have time, please check out issue #38 (it has a link to a possible fix).

chadrem commented 6 years ago

I’m closing this pull request due to inactivity.