#pipeline #shell #script

build checkup

A simple & sleek utility to detect website changes and build shell pipelines

2 releases

0.1.1 Nov 12, 2024
0.1.0 Nov 11, 2024

#122 in Build Utils

Download history 237/week @ 2024-11-09 26/week @ 2024-11-16

263 downloads per month

MIT license

165KB
53 lines

Checkup is a simple tool for detecting changes on websites, and running corresponding actions. It's easy to build Checkup into shell pipelines, home automation, or anything else that can be accessed from the terminal.

Usage

Usage: checkup.exe [OPTIONS] <URL> <COMMAND>

Arguments:
  <URL>
  <COMMAND>

Options:
  -i, --interval <INTERVAL>  [default: 3]
  -h, --help                 Print help
  -V, --version              Print version

Example

checkup https://shopping.com/item/cool_thing_you_want flash_lights.sh

Dependencies

~7–18MB
~237K SLoC