Skip to content

kyle-ilantzis/slap-reviews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slap reviews

Post your latest android and ios app reviews on slack.

How it works

A script that html scraps the google play store for your android app reviews and uses apple's json feed for your ios app reviews.

The latest reviews are posted to slack using a custom integration incoming webhook.

Installation

git clone this repository and copy config.example.json to config.json.

$> npm install

Edit config.json to add your slack webhook url. Add your android and ios apps to config.json

Note: Each app name must be unique even between platforms in config.json. You can't have an app named X for android and X for ios. Instead name the android app "X android" and the ios app "X ios" in config.json.

Usage

$> node index.js init

First time setup to find the latest review and post it on slack.

$> node index.js update

This will run the script and post your latest reviews to slack.

Setup a cron job to run the updat script every so often.

License

GPL 3

About

Post your latest app reviews on slack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published