Crates.io | wayback-archiver |
lib.rs | wayback-archiver |
version | 0.1.1 |
source | src |
created_at | 2021-09-18 15:09:34.656336 |
updated_at | 2021-09-18 15:13:46.453153 |
description | CLI tool for archiving URLs to the Internet Archive's "Wayback Machine" |
homepage | |
repository | https://github.com/bcongdon/wayback-archiver |
max_upload_size | |
id | 453328 |
size | 49,302 |
CLI archival tool for the Wayback Machine
$ cargo install wayback-archiver
$ 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:
<URLS>... URLs to archive using the Wayback Machine. URLs can also be provided using
stdin, or with --urls_file
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 <OUT> If set, archived URLs are saved to the path specified by this
flag. Otherwise, URLs are printed at the end of the command run
-u, --urls-file <URLS_FILE> A file containing urls to archive
This tool only functions because of the Internet Archive. Please consider dontating to their cause.