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
- Host: GitHub
- URL: https://github.com/plibither8/wayback-sitemap-archive
- Owner: plibither8
- License: mit
- Created: 2020-04-22T06:33:54.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T11:36:15.000Z (almost 4 years ago)
- Last Synced: 2025-03-26T17:42:32.852Z (about 1 month ago)
- Topics: internet-archive, sitemap, wayback-machine
- Language: JavaScript
- Homepage: http://npmjs.com/package/wayback-sitemap-archive
- Size: 33.2 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🏛 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)