kickstarter-reward-notifier

command module
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jun 13, 2021 License: GPL-3.0 Imports: 13 Imported by: 0

README

kickstarter-reward-notifier

This is a simple Go script useful to watch a Kickstarter project and be notified when specified limited rewards are available.

Usage

The script can interactively ask for the rewards to monitor, or you can use command-line arguments:

kickstarter-reward-notifier [OPTION] PROJECT_URL
  -r, --rewards ints        Comma-separated list of unavailable limited rewards to watch, identified by their price in the project's original currency.
                            If multiple limited rewards share the same price, all are watched. Ignored if --all is set.
  -a, --all                 If set, watch all unavailable limited rewards.
  -i, --interval duration   Interval between checks (default 1m0s)
  -q, --quiet               Quiet mode.
  -h, --help                Display this help.

Notifications

For now, it only outputs to stdout when watched rewards are available. Telegram notifications are in the work.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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