Skip to content

Monitors Steam Apps and sends out Discord notifications and log messages when an update is spotted.

License

Notifications You must be signed in to change notification settings

ejedev/steam-update-notifier

Repository files navigation

steam-update-notifier

Monitors Steam Apps and sends out Discord notifications and log messages when an update is spotted.

Usage

$ ./steam-update-notifier -help

  -config string
    	path to configuration file
  -debug
    	sets log level to debug

An example configuration file can be found at configs/config.yaml.example.

Run the program with ./steam-update-notifier -config path/to/config.yaml

The minimum probe time is set at 300 seconds (5 minutes.) This is because the API that this program relies on (steamcmd) caches its data for that long, making more frequent requests pointless.

Install

Binary

If a release has been made, you can download a binary here.

Building

$ git clone https://github.com/ejedev/steam-update-notifier.git
$ cd steam-update-notifier
$ make

Your binary will be inside the bin folder.

Acknowledgements

SteamCMD API for the great API they provide.

About

Monitors Steam Apps and sends out Discord notifications and log messages when an update is spotted.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published