Skip to content

Latest commit

 

History

History

viewer2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ArchiveBot Viewer 2

This is the second version of the viewer. It was rewritten to make it perform better under a small VPS.

The viewer is a standalone system that fetches and indexes archive metadata from Internet Archive, and provides a web interface to browse and search them.

Usage

Requires Rust to be installed.

Then run:

cargo build --release

The program will be built in the "target/release" directory.

By default, running the program will bring up a web server at http://localhost:8056/ and begin downloading archive metadata.

Run to see all options:

./archivebot-viewer --help
close