Sukurappa

GitHub Actions workflow status LICENSE Minimum rustc version Conventional commits

Watch for changes on a webpage and do anything with it!

Install

With cargo:

shell cargo install sukurappa

Or use the install-script and add $HOME/.sukurappa/bin to your $PATH.

shell curl -fsSL https://raw.githubusercontent.com/aeyoll/sukurappa/main/install.sh | bash

Usage

shell sukurappa --url https://example.org --selector "h1" | mail -E -s "Example.org h1 changed!" example@example.org

Rust version requirements

Rust >= 1.57.0+