#url #wayback #archive #machine #cli #cli-tool #internet

bin+lib wayback-archiver

用于将 URL 存档到互联网档案馆的 "Wayback Machine" 的 CLI 工具

2 个版本

0.1.1 2021 年 9 月 18 日
0.1.0 2021 年 9 月 18 日

#6#wayback

MIT 许可证

16KB
277 代码行

wayback-archiver

Wayback Machine 的 CLI 存档工具

安装

$ 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

署名

此工具之所以能够运行,得益于互联网档案馆。请考虑向其事业捐赠 捐赠

依赖项

~11–28MB
~402K SLoC