Skip to content
This repository has been archived by the owner on Nov 11, 2017. It is now read-only.

operando/google_play_update_checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deprecated Repository.You have to migrate the repository. https://github.com/operando/tonkotsu

TONKOTSU

Google Play Application & App Store Application Update Checker in Go

Run

go run googleplay_update_checker.go config.go -c config.toml

Config File

log = "debug"
sleeptime = 1

[slack]
text = "TONKOTSU TEST"
username = "TONKOTSU bot"
icon_emoji = ":pig:"
channel = "#test"
link_names = true

[webhook]
url = "webhook_url" # your Incoming WebHooks URL for Slack

[ios]
app_id = "id667861049" # your iOS application app id
country = "jp"

[android]
package = "com.mercariapp.mercari" # your Android application package name

About

[Deprecated] Google Play Application & App Store Application Update Checker in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published