Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openbookpublishers/archiveurl
Archive a URL in Internet Archive's Wayback Machine.
https://github.com/openbookpublishers/archiveurl
archive curl wayback-machine
Last synced: about 2 months ago
JSON representation
Archive a URL in Internet Archive's Wayback Machine.
- Host: GitHub
- URL: https://github.com/openbookpublishers/archiveurl
- Owner: OpenBookPublishers
- License: mit
- Created: 2018-07-05T16:57:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-28T14:46:40.000Z (11 months ago)
- Last Synced: 2024-02-28T15:44:41.374Z (11 months ago)
- Topics: archive, curl, wayback-machine
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 6
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# archiveurl
Archive a URL in Internet Archive's [Wayback Machine](https://archive.org/web/).## Usage
Multiple URLs (one per line) can be provided,
e.g. piping: 'cat urls.txt | archiveurl'You may use this script together with "[geturls]"[1] to automatically archive all links insed a web page,
e.g. 'geturls https://www.openbookpublishers.com/htmlreader/978-1-78374-323-0/main.html | archiveurl'You may specify a list of URLs that should not be archived, either using the def
ault file './exceptions.txt' or through env vars: `export EXCEPTION_FILE=/path`.[1]: https://github.com/OpenBookPublishers/geturls