A simple tool to watch websites and alert on changes
- Rust 100%
| src | ||
| .gitignore | ||
| Cargo.toml | ||
| README.md | ||
diffbiff
A simple tool to watch (parts of) websites by fetching a URL, selecting a part of the page, and storing it.
Usage: diffbiff --state <STATE>
Options:
--state <STATE> File containing config and state
-h, --help Print help
-V, --version Print version
State / config file
Example:
[[sites]]
url = "https://mypage.tld"
selector = 'div[class="cool-stuff"]'
[[sites]]
url = "https://another.tld"
selector = 'div[class="even-cooler"]'