android_review_watcher

package module
v0.9.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 3, 2017 License: Apache-2.0 Imports: 7 Imported by: 0

README

android_review_watcher

CircleCI

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

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

Documentation

Index

Constants

View Source
const CURSOR_DIR = ".cursor"

Variables

This section is empty.

Functions

func Int2Stars

func Int2Stars(rate int64) string

func NewCursor

func NewCursor(key string) cursor

Types

type Review

type Review string

func FormatReviews

func FormatReviews(reviews []*androidpublisher.Review) []Review

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL