All Projects → operando → google_play_update_checker

operando / google_play_update_checker

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

Programming Languages

go
31211 projects - #10 most used programming language
HTML
75241 projects

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].