Google Play - New reviews

I would like to be informed about new reviews published for my android app - https://play.google.com/apps/publish/?dev_acc=1234567890#ReviewsPlace:p=..., can it be done with X-Notifier?

LA's picture

Looks like there is no easy way to extract the data from Google Play. http://api.playstoreapi.com/v1.1/apps/com.example?key=xxxx contains popular reviews, but this is not what I am looking for..

LA's picture

I've written the code to extract the data - and it works well, but I can not fix the problem with Google account authorization. I've tried to re-use GMail script code, but still it doesn't work. So, help with account authorization is needed.