Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Core Python Web Archiving Toolkit for replay and recording of web archives
Branch: master
Clone or download
ikreymer CHANGES: update changelist
bump version to 2.2.20190410
Latest commit 77f8bb6 Apr 10, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github
.travis travis integration test fixes: removed caching of pip from .travis.yml ( Jan 30, 2019
ca
docs release: update changelist for 2.2.20190311 Mar 11, 2019
karma-tests
pywb CHANGES: update changelist Apr 10, 2019
sample_archive warcserver: resource load: only read headers for self-redirect for re… Nov 30, 2017
tests Support for default timestamp/date for proxy mode (#454) Mar 11, 2019
tests_disabled setup: fix for pypi build: remove obsolete 'provides=', package init … Jan 30, 2018
.coveragerc Add CodeCov (#282) Jan 17, 2018
.dockerignore Docker Improvements (#446) Feb 27, 2019
.editorconfig Improved Query Interface and Result viewing (#421) Feb 18, 2019
.gitattributes cli: improve wayback cli to take optional port, threads and working d… Mar 23, 2015
.gitignore Support for default timestamp/date for proxy mode (#454) Mar 11, 2019
.travis.yml Python 3.7 Support (#447) Feb 27, 2019
CHANGES.rst CHANGES: update changelist Apr 10, 2019
Dockerfile
INSTALL.rst tweak CHANGES.rst and INSTALL.rst for release Mar 24, 2015
LICENSE Initial commit Dec 9, 2013
README.rst readme: update for 2.2 release Feb 28, 2019
Vagrantfile Update README (move pywb configuration section to wiki), Mar 5, 2014
appveyor.yml
config.yaml include the collection in Memento Link outputs: (#259) Oct 23, 2017
docker-entrypoint.sh Docker Improvements (#446) Feb 27, 2019
extra_requirements.txt Handle amf requests (#321) May 22, 2018
package.json Add configuration for running client tests using Sauce Labs Nov 25, 2015
requirements.txt Docker Improvements (#446) Feb 27, 2019
run-gunicorn.sh Correct error message in run-gunicorn.sh Dec 17, 2014
run-tests.py pywb 0.2! Feb 17, 2014
run-uwsgi.sh uwsgi: run with gevent loop by default, install gevent in run script Mar 23, 2015
setup.py Docker Improvements (#446) Feb 27, 2019
update-version.sh Support for default timestamp/date for proxy mode (#454) Mar 11, 2019
uwsgi.ini docs: add sample nginx config to deployment section, mention how http… Apr 3, 2018

README.rst

Webrecorder pywb 2.2

https://travis-ci.org/webrecorder/pywb.svg?branch=master https://ci.appveyor.com/api/projects/status/qxnbunw65o929599/branch/master?svg=true

Web Archiving Tools for All

View the full pywb documentation

pywb is a Python (2 and 3) web archiving toolkit for replaying web archives large and small as accurately as possible. The toolkit now also includes new features for creating high-fidelity web archives.

This toolset forms the foundation of Webrecorder project, but also provides a generic web archiving toolkit that is used by other web archives, including the traditional "Wayback Machine" functionality.

New Features

The 2.0 release included a major overhaul of pywb and introduces many new features, including the following:

  • Dynamic multi-collection configuration system with no-restart updates.
  • New recording capability to create new web archives from the live web or other archives.
  • Componentized architecture with standalone Warcserver, Recorder and Rewriter components.
  • Support for Memento API aggregation and fallback chains for querying multiple remote and local archival sources.
  • HTTP/S Proxy Mode with customizable certificate authority for proxy mode recording and replay.
  • Flexible rewriting system with pluggable rewriters for different content-types.
  • Significantly improved client-side rewriting to handle most modern web sites.
  • Improved 'calendar' query UI, grouping results by year and month, and updated replay banner.

Please see the full documentation for more detailed info on all these features.

Installation

To run and install locally you can:

  • Install with python setup.py install
  • Run tests with python setup.py test
  • Run Wayback with wayback (see docs for info on how to setup collections)
  • Build docs locally with: cd docs; make html. (The docs will be built in ./_build/html/index.html)

Consult the local or online docs for latest usage and configuration details.

Contributions & Bug Reports

Users are encouraged to fork and contribute to this project to keep improving web archiving tools.

A few key features are high on list of priorities, but have not yet been implemented, including:

  • Url Exclusion System
  • UI Improvements

If you are interested in contributing, especially to any of these areas, please let us know!

Otherwise, please take a look at list of current issues and feel free to open new ones about any aspect of pywb, including the new documentation.

You can’t perform that action at this time.