An open API service indexing awesome lists of open source software.

https://github.com/plibither8/wayback-sitemap-archive

🏛️ Archive all pages specified in the webpage's sitemap to Internet Archive's Wayback Machine
https://github.com/plibither8/wayback-sitemap-archive

internet-archive sitemap wayback-machine

Last synced: 13 days ago
JSON representation

🏛️ Archive all pages specified in the webpage's sitemap to Internet Archive's Wayback Machine

Awesome Lists containing this project

README

        

# 🏛 Wayback Sitemap Archive

![Build Status](https://github.com/plibither8/wayback-sitemap-archive/workflows/Wayback%20Sitemap%20Archiver/badge.svg)
[![npm](https://img.shields.io/npm/v/wayback-sitemap-archive)](http://npmjs.com/package/wayback-sitemap-archive)

> Archive all pages specified in the webpage's sitemap to Internet Archive's Wayback Machine.

## Usage

This has been published as an [npm package](http://npmjs.com/package/wayback-sitemap-archive).

* Use without installing: `npx wayback-sitemap-archive `
* Install globally using `npm install --global wayback-sitemap-archive`, then run using:
* `wayback-sitemap-archive `
* `wsa `

### Development

* Clone this repo.
* Install npm dependencies: `npm install`
* Change `SITEMAP_URL` to your sitemap or pass it as the command-line argument.
* Run the script: `node index ?`

## License

[MIT](LICENSE)