#pipeline #shell #script

build checkup

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

2 releases

new 0.1.1 Nov 12, 2024
0.1.0 Nov 11, 2024

#120 in Build Utils

Download history 235/week @ 2024-11-09

235 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
~239K SLoC