CLI archival tool for the Wayback Machine
$ cargo install wayback-archiver
```sh $ wayback-archiver google.com
$ wayback-archiver --urls-file urls.txt --out archive.json
$ echo "google.com\nwikipedia.org\ngithub.com" | wayback-archiver --out=archive.json --merge ```
``` USAGE: wayback-archiver [FLAGS] [OPTIONS] [URLS]...
ARGS:
FLAGS: -h, --help Print help information -m, --merge If set, the results are merged with the (existing) contents of the --out file -V, --version Print version information
OPTIONS:
-o, --out
This tool only functions because of the Internet Archive. Please consider dontating to their cause.