This small utility enables you to submit as many URLs as you like to https://archive.org.
Download a Jar file from release section.
Then run:
$ java -jar [jar file name].jar
After that you should be able to interact with the app.
To get started type help
.
At the moment only three commands are supported which are:
-
save
: saves a URL. Examples:save "https://google.com"
save https://google.com
-
save-batch
: saves a batch of URLs. Example,save-batch '["https://google.com", "https://yahoo.com"]
-
save-file
: submits all URLs of the file. For sample file see sample_file.txt. Example,save-file /file/path Or file\\path
This is a revamped version (rewritten) of the classic Internet Wayback Machine. PHP supported is dropped. However, if you still want to access to the old code you can access to classic-old branch. That code is not maintained anymore though.
Clone the repository and to run the project:
$ mvn spring-boot:run
Internet Wayback Machine is MIT licensed.