Skip to content

A simple command-line utility save URLs to the Wayback Machine

License

Notifications You must be signed in to change notification settings

scribblemaniac/wayback-save

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Wayback Save

Wayback Save is simple command-line utility save URLs to the Wayback Machine.

Prerequisites

Wayback Save requires Python 3, Selenium for Python 3, and geckodriver.

On macOS, these can be installed easily with Homebrew using the following commands:

brew install python3 geckodriver
pip3 install selenium

Usage

The usage is simply:

wayback-save URL [URL...]

For Many Pages

This script is very slow and is only practical for a very small number of web pages. If you wish to archive full websites then Archive Team's ArchiveBot is a more practical solution for you. It can crawl websites with up to a few hundred thousand urls.

About

A simple command-line utility save URLs to the Wayback Machine

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages