Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 950 Bytes

README.md

File metadata and controls

43 lines (30 loc) · 950 Bytes

Extract app comments and send it to a Slack channel

Python script to read app comments from Google Play and send it to a Slack channel

Requirements:

Installation and Usage:

1 - Create a Slack Incoming Webhook: https://api.slack.com/messaging/webhooks

2 - Create and activate the Python Virtual Env:

$ cd app_review_slack
$ sudo apt install python3-venv
$ python3 -m venv .venv
$ source .venv/bin/activate

3 - Install the modules:

$ python3 -m pip install -r requirements.txt

4 - Open the app_review_slack.py file and set the app name and webhook url (lines 11 and 12):

webhook_url = 'put_your_slack_webhook_url_here'
app_name = 'put_your_app_name_here'

5 -Execute:

$ ./app_review_slack.py

Message sample:

Alt text