Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Latest commit

 

History

History
57 lines (32 loc) · 1.55 KB

README.md

File metadata and controls

57 lines (32 loc) · 1.55 KB

Internet Wayback Machine Build Status

This small utility enables you to submit as many URLs as you like to https://archive.org.

Banner

How to use

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

Important note

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.

Development

Clone the repository and to run the project:

$ mvn spring-boot:run

License

Internet Wayback Machine is MIT licensed.

Contact