⭐ Post App Store reviews to Slack
- Node v7.6.0 ~
- Redis
I recommend to execute by crontab every morning.
$ git clone https://github.com/pine/slack-appstore-reviews.git
$ cd slack-appstore-reviews
$ npm install
$ APP_ID=123456 SLACK_API_TOKEN=XXX SLACK_CHANNEL=xxx bin/slack-appstore-reviews
You can set any options uses environment variables.
APP_IDApp Store Application ID (required)SLACK_API_TOKENSlack API token (required)SLACK_CHANNELSlack channel (required)SLACK_USERNAMESlack username- Default:
'App Store'
- Default:
SLACK_ICON_URLSlack icon URL- Default:
''
- Default:
REDIS_PORTRedis port number- Default:
6379
- Default:
REDIS_HOSTRedis host name- Default:
'127.0.0.1'
- Default:
REDIS_DATABASERedis database number- Default:
0
- Default:
REDIS_PREFIXRedis key prefix- Default:
''
- Default:
AFTER_ATInitial start date to search for a review- Default:
'1970-01-01'
- Default:
Public Domain
