Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 565 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 565 Bytes

Introduction

Create a WARC file for any URL. It will fetch static resources, images, CSS, javascript files and add all of them to single WARC file. It can be used with wayback machine.

Steps to create and add WARC to wayback archives:

python create_warc.py URL WARC-Filename
# This would create WARC-Filename.warc.gz that could be added to wayback archives
wb-manager add Name-of-Archive-Records WARC-Filename.warc.gz
# Now archived URL can be accessed on locally running wayback machine.