finally, a well-written appstore update notifier (in go) !!
i'll assume you'll use a prebuilt binary, since you already know what to do if you want to build this yourself.
- download the appropriate binary for your system from the latest release
- make a file named
config.toml
(or not, you can specify the config path yourself using-config
) and base it off the template - start checking for updates!
$ ./updates -config ./config.toml
-
updates
automatically detects changes to yourconfig.toml
and refreshes it at runtime. you don't have to restart the program to add links to more apps! -
updates
validates the bot token and chat id provided. -
you can provide your own message template! telegram parses the message using html, so you can use html tags! you can decide to not specify some values, if you don't want them, like the appstore link.