https://github.com/theden/android-reviews-bot
SlackBot that automatically pulls new Android reviews and posts them to a channel
https://github.com/theden/android-reviews-bot
android android-reviews google-play googleplay-api slackbot
Last synced: 4 months ago
JSON representation
SlackBot that automatically pulls new Android reviews and posts them to a channel
- Host: GitHub
- URL: https://github.com/theden/android-reviews-bot
- Owner: TheDen
- Created: 2018-03-09T01:40:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-18T08:17:54.000Z (over 8 years ago)
- Last Synced: 2025-08-02T03:59:24.685Z (12 months ago)
- Topics: android, android-reviews, google-play, googleplay-api, slackbot
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Android Reviews SlackBot
A slackbot that pulls the latest Android reviews for your application and posts them to slack!
## Requirements
* `node 8.x` (LTS Carbon)
* A valid slack webhook, i.e, of the form `https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX`
* [`aws-sdk`](https://aws.amazon.com/sdk-for-node-js/)
* [`axios`](https://github.com/axios/axios)
* [`google-play-scraper`](https://github.com/facundoolano/google-play-scraper)
## Install
* `npm install`
## Run
The bot ought to run scheduled (either through `cron` or `systemd`).
* `npm start` or `node index.js`