Giter Club home page Giter Club logo

google-play-store-reviews-rss-feed's Introduction

Generate an Atom RSS feed from Google Play Store app reviews.

It uses Google's Reply to Reviews API to generate the feed based on apps you own. (It does not work with apps you don't control; this is Google's restriction.)

Installation

  1. Download Composer if you don't have it already.
  2. Run composer install to install the Google API client.
  3. Follow Google's GPS API Getting Started Guide to set up a "service account." (Beware, Google's OAuth documentation is a labyrinth, and they change it every year.)

Here's what it says as of May 21, 2016:

  1. Go to the API Access page on the Google Play Developer Console.
  2. Under Service Accounts, click Create Service Account.
  3. Follow the instructions on the page to create your service account.
  4. Once you’ve created the service account on the Google Developers Console, click Done. The API Access page automatically refreshes, and your service account will be listed.
  5. Click Grant Access to provide the service account the necessary rights to perform actions.
  1. While setting up your service account, you'll download a JSON file containing your secret credentials. Save that file as client_secret.json where the PHP file can reach it.
    Make sure your users cannot access this file.
  2. Open index.php in your RSS reader, with an URL parameter specifying the package you want to follow, e.g.:
index.php?package=com.example.app

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.