wbm-archiver
Version 2.0 - 30 November 2021
Python script to archive URLs to the Internet Archive’s Wayback Machine, or retrieve existing archived versions.
Features
This script has three modes:
- Save pages - Submit URLs to the Wayback Machine for archiving
- Retrieve latest - Get the most recent archived version of a page
- Retrieve oldest - Get the earliest archived version of a page
Requirements
- Python 3.x
- waybackpy library (
pip install waybackpy)
Files
| File | Description |
|---|---|
| SaveToWaybackMachine_v2_30112021.py | Main script (v2) |
| SaveToWaybackMachine_v2_30112021_improvedVeraDeKok.py | Improved version by Vera de Kok |
Usage
# Install dependencies
pip install waybackpy
# Run the script
python SaveToWaybackMachine_v2_30112021.py
The script will prompt you for:
- Input file with URLs (one per line)
- Operation mode (save/retrieve latest/retrieve oldest)
- Output file for results