https://github.com/internetarchive/liveweb
Liveweb proxy of the Wayback Machine project
https://github.com/internetarchive/liveweb
Last synced: 6 months ago
JSON representation
Liveweb proxy of the Wayback Machine project
- Host: GitHub
- URL: https://github.com/internetarchive/liveweb
- Owner: internetarchive
- Created: 2012-03-27T12:21:27.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2021-04-20T17:04:45.000Z (about 4 years ago)
- Last Synced: 2024-11-06T03:43:12.315Z (6 months ago)
- Language: Python
- Homepage: https://web.archive.org/
- Size: 140 KB
- Stars: 44
- Watchers: 17
- Forks: 12
- Open Issues: 14
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
- awesome-starred - internetarchive/liveweb - Liveweb proxy of the Wayback Machine project (others)
README
Liveweb Proxy for Wayback Machine
=================================[](http://travis-ci.org/internetarchive/liveweb)
Liveweb proxy is component of Internet Archive's [wayback machine][]
project.[wayback machine]: http://web.archive.org/
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 .