smizell / python-googleplay

Simple Python module for scraping Google Play search
9 stars 6 forks source link

Doesn't seem to work anymore #1

Open code-11 opened 9 years ago

code-11 commented 9 years ago

Tried the following:

from google_play import GooglePlay
app_search = GooglePlay(search='angry birds', media='apps')
print(app_search.get_first_page())

Returned []

smizell commented 9 years ago

Unfortunately, I built this to scrape the web pages and provide results. If the web page changed, it probably broke this app. I'm open to PRs that would fix it, though.