All Projects → internetarchive → liveweb

internetarchive / liveweb

Licence: other
Liveweb proxy of the Wayback Machine project

Programming Languages

python
139335 projects - #7 most used programming language

Liveweb Proxy for Wayback Machine

Build Status

Liveweb proxy is component of Internet Archive's wayback machine project.

The liveweb proxy captures the content of a web page in real time, archives it into a ARC or WARC file and returns the ARC/WARC record back to the wayback machine to process. The recorded ARC/WARC file becomes part of the wayback machine in due course of time.

How to setup

  • make venv

    This setup a new virtual env in the project directory and instals all the dependencies.

  • make run

    This starts running the liveweb proxy.

  • make test

    Runs all the test cases.

Documentation

Documentation is available at http://liveweb.readthedocs.org/.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].