All Projects → webrecorder → Pywb

webrecorder / Pywb

Licence: gpl-3.0
Core Python Web Archiving Toolkit for replay and recording of web archives

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pywb

Webrecorder Player
Webrecorder Player for Desktop (OSX/Windows/Linux). (Built with Electron + Webrecorder)
Stars: ✭ 368 (-53.88%)
Mutual labels:  web-archiving
Ipwb
InterPlanetary Wayback: A distributed and persistent archive replay system using IPFS
Stars: ✭ 350 (-56.14%)
Mutual labels:  web-archiving
Perma
Indelible links
Stars: ✭ 272 (-65.91%)
Mutual labels:  web-archiving
node-warc
Parse And Create Web ARChive (WARC) files with node.js
Stars: ✭ 69 (-91.35%)
Mutual labels:  web-archiving
Collect
A server to collect & archive websites that also supports video downloads
Stars: ✭ 62 (-92.23%)
Mutual labels:  web-archiving
wail
🐋 One-Click User Instigated Preservation
Stars: ✭ 107 (-86.59%)
Mutual labels:  web-archiving
MemGator
A Memento Aggregator CLI and Server in Go
Stars: ✭ 42 (-94.74%)
Mutual labels:  web-archiving
warrick
Recover lost websites from the Web Infrastructure
Stars: ✭ 76 (-90.48%)
Mutual labels:  web-archiving
Archivenow
A Tool To Push Web Resources Into Web Archives
Stars: ✭ 253 (-68.3%)
Mutual labels:  web-archiving
Archiveror
Archiveror will help you preserve the webpages you love. 💾
Stars: ✭ 246 (-69.17%)
Mutual labels:  web-archiving
Wail
🐋 Web Archiving Integration Layer: One-Click User Instigated Preservation
Stars: ✭ 232 (-70.93%)
Mutual labels:  web-archiving
Warcio
Streaming WARC/ARC library for fast web archive IO
Stars: ✭ 195 (-75.56%)
Mutual labels:  web-archiving
Warcreate
Chrome extension to "Create WARC files from any webpage"
Stars: ✭ 143 (-82.08%)
Mutual labels:  web-archiving
Sfm Ui
Social Feed Manager user interface application.
Stars: ✭ 129 (-83.83%)
Mutual labels:  web-archiving
Archivespark
An Apache Spark framework for easy data processing, extraction as well as derivation for web archives and archival collections, developed at Internet Archive.
Stars: ✭ 111 (-86.09%)
Mutual labels:  web-archiving
Replayweb.page
Serverless Web Archive Replay directly in the browser
Stars: ✭ 84 (-89.47%)
Mutual labels:  web-archiving
Conifer
Collect and revisit web pages.
Stars: ✭ 1,259 (+57.77%)
Mutual labels:  web-archiving
Archivebox
🗃 Open source self-hosted web archiving. Takes URLs/browser history/bookmarks/Pocket/Pinboard/etc., saves HTML, JS, PDFs, media, and more...
Stars: ✭ 12,383 (+1451.75%)
Mutual labels:  web-archiving
Archiveweb.page
A High-Fidelity Web Archiving Extension for Chrome and Chromium based browsers!
Stars: ✭ 69 (-91.35%)
Mutual labels:  web-archiving

Webrecorder pywb 2.5

.. image:: https://raw.githubusercontent.com/webrecorder/pywb/master/pywb/static/pywb-logo.png

.. image:: https://github.com/webrecorder/pywb/workflows/CI/badge.svg :target: https://github.com/webrecorder/pywb/actions .. image:: https://ci.appveyor.com/api/projects/status/qxnbunw65o929599/branch/master?svg=true :target: https://ci.appveyor.com/project/webrecorder/pywb/branch/master .. image:: https://codecov.io/gh/webrecorder/pywb/branch/master/graph/badge.svg :target: https://codecov.io/gh/webrecorder/pywb

Web Archiving Tools for All

View the full pywb documentation <https://pywb.readthedocs.org>_

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.x 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.

  • Standalone, modular client-side rewriting system (wombat.js) <https://github.com/webrecorder/wombat>_ to handle most modern web sites.

  • Improved 'calendar' query UI with incremental loading, grouping results by year and month, and updated replay banner.

  • New in 2.4: Extensible UI customizations system for modifying all aspects of the UI.

  • New in 2.4: Robust access control system for blocking or excluding URLs, by prefix or by exact match.

Please see the full documentation <https://pywb.readthedocs.org>_ 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 <https://pywb.readthedocs.org>_ 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.

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 <https://github.com/webrecorder/pywb/issues>_ and feel free to open new ones about any aspect of pywb, including the new documentation.

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].