GithubHelp home page GithubHelp logo

asimonigh / appreviewstoslack Goto Github PK

View Code? Open in Web Editor NEW

This project forked from martinbonnin/appreviewstoslack

0.0 0.0 0.0 100 KB

Use the Google Play developer and itunes APIs to send your app reviews to an incoming slack webhook.

License: MIT License

Kotlin 100.00%

appreviewstoslack's Introduction

AppReviewsToSlack

Uses the Google Play developer API and Itunes API to send your reviews to an incoming slack webhook.

Compared to existing 3rd party services that crawl the google play, it can:

  • Get the versionCode, osVersion and device of the review...
  • Without exposing your google play account to third parties

It does so using the appengine, Translate and DataStore APIs and you'll need a Google Cloud account with billing enabled. Everything should largely fit in the free tier except for Google Translate that has no free tier so you'll likely end up paying a few cents every month.

screenshot

Configuration

  • Install the Google Cloud SDK
  • configure projectId in build.gradle with the Id of your Google Cloud Console project
  • enable billing for outbound requests to work
  • create a service account for your Google Play account and give it permission on your app in the play console
  • put this key as a resource named secret.json
  • create a resource named config.json with your app packageName and slack incoming webhook
  • ./gradlew appengineDeploy
  • ./gradlew appengineDeployCron
  • profit.

The reviews are updated every 15min by default. You can change that in cron.xml

appreviewstoslack's People

Contributors

asimonigh avatar martinbonnin avatar

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.