Skip to content

smartboxgroup/review-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReviewBot

A script that keeps track of existing reviews and posts new ones to Mattermost.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to run the script and how to use them

- NodeJS 
- NPM
- Mattermost Webhook
- Credentials for storing the reviews on Google Cloud Storage https://cloud.google.com/docs/authentication/getting-started
- Credentials for access the Android reviews https://developers.google.com/android-publisher/reply-to-reviews

Installing

You will first need to setup your .env file.

MM_WEBHOOK_URL=https://mattermost-webhook.com

Then you will need to fill the info related to the bundle identifier for the app that you are planing to scrap.

fetchIosReviews("BundleIdenfier", idsFetchedBefore, "Key on Cloud Storage");

After filling those variables, just run npm start.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published