Discover Packages
github.com/pistatium/android_review_watcher
package
module
Version:
v0.9.0
Opens a new window with list of versions in this module.
Published: Feb 3, 2017
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
android_review_watcher
This application is a tool to periodically get a review of Android and notify Slack.
It is using a Google API official API to get reviews.
HowToUse
Prepare files
config.toml
A file that specifies Slack's WebHook, the package name of the application you want to obtain, how to display Slack, etc
Copy config.toml.sample and custom it.
client_secret.json
OAuth key file to authorize GooglePlayAPI.
Please download according to the procedure below.
Execute
# Download Zip
./android_review_watcher -c config.toml -o client_secret.json
or
git clone https://github.com/pistatium/android_review_watcher.git
cd android_review_watcher/cmd/android_review_watcher
go get
go run *.go -c config.toml -o client_secret.json
References
Expand ▾
Collapse ▴
Documentation
¶
func NewCursor(key string ) cursor
func FormatReviews(reviews []*androidpublisher.Review) []Review
Source Files
¶
Directories
¶
cmd
Click to show internal directories.
Click to hide internal directories.