googleplay-api/test.py

6 lines
175 B
Python
Raw Normal View History

from googleplay import GooglePlayAPI
server = GooglePlayAPI(None, None, True)
server.login("maracaiboez@gmail.com", "mannaggiasanta", None)
server.search("firefox", 1, None)