Skip to content

A script to pull mobile app (Google Play and iOS App store) reviews into Slack.

License

Notifications You must be signed in to change notification settings

stevennic22/hawk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hawk - Slack mobile app review poster

A script to check the Google Play Store and iOS App Store for new reviews for your app, and post them to Slack.

Features

  • Parse arguments and pull reviews for either Android or iOS
  • Store app store last checked/which countries to run in json file
  • Only post reviews since last check (skip countries if necessary)
  • Translate non-english reviews
    • Some languages are currently not working properly (Chinese/Japanese). #5
  • Use test/debug slack credentials to test formatting elsewhere, without missing reviews and posts on a live slack
    • Example: python review.pyw -ta -f "review.json" would search for Android reviews, post them to a test Slack and not update review.json for new stop values

Language(s)

  • Python 3.7 (tested, lower may be available)

Requirements

Modules (found here)
Requests
Google API Python Client
OAuth2Client
PyOpenSSL
SlackClient RTM API (Optional)

Instructions

  • Set up an incoming webhook in Slack (or use the webhook for posting as SlackBot)
    • Once set up, include this as 'webhook' or 'url' (respectively) under the 'SlackURL' heading in review.json
      • If using SlackBot, channel must be included as well
  • Add app ID from Apple store and Google Play store to control json file
    • For Android apps, the developer must download either the p12 or json file after activating the Google Play Developer API for the app
  • Add any countries you wish to track to control json file (appleStoreID is required for Apple store and full countryLang is required for Google Play store)
  • Run the script

Resources

License

License

About

A script to pull mobile app (Google Play and iOS App store) reviews into Slack.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages