Skip to content

Python script to extract Google Play app comments and send it through Slack

Notifications You must be signed in to change notification settings

aloula/app_review_slack

Repository files navigation

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

About

Python script to extract Google Play app comments and send it through Slack

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published