Watch for changes on a webpage and do anything with it!
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
```shell
sukurappa add --url https://example.org --selector "h1"
sukurappa remove --url https://example.org --selector "h1"
sukurappa list
sukurappa watch --command='mail -s "[Sukurappa] Content changed in URL" my@email.com <<< NEW_CONTENT' --frequency=5 ```
Rust >= 1.57.0+