Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
All requests | > | Fetch Google play store app stats | > | Request new recommendation | > | Featured requests | > | No recommendations | ||
by Nitesh Sheth - 7 months ago (2015-06-28) play store
+1 | I want to write PHP code to automatically download my app stats from google bucket. I tried but there is no API from google to do so. I tried every thing. Finally I tried gsutil but it uses python and but I dont know Python programming. Is it possible to do it using PHP to authenticate with Google and fetch the files from google bucket. |
2. by adam berger - 7 months ago (2015-06-28) Reply
The data are returned using the json here you have a link to the api. cloud.google.com/storage/docs/json_api/v1/buckets You can do it in php :)
1. by Manuel Lemos - 7 months ago (2015-06-28) Reply
If there is no official API to do that, you may try scrapping the Web pages for your app. I am not sure if that is useful because the the download statistics there are often rounded numbers.
As for gsutil I am not sure what it has to do with your problem. Are your download statistics available from any Google cloud storage bucket?
If that can be done in Python, it certainly can be done in PHP.
Recommend package | |
|