From d3cbc44fbdaf32ab29253fdfa280edc05dcdef9f Mon Sep 17 00:00:00 2001 From: Mat Kelly Date: Wed, 5 Jan 2022 10:32:05 -0500 Subject: [PATCH] Add Unwarcit (#115) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5ae4c96..2ff99fa 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,7 @@ This list of tools and software is intended to briefly describe some of the most * [jwarc](https://github.com/iipc/jwarc) - Reading and write WARC files with a typesafe API (Java). * [Jwat](https://sbforge.org/display/JWAT/JWAT) - Libraries and tools for reading/writing/validating WARC/ARC/GZIP files (Java). *(Stable)* * [node-warc](https://github.com/N0taN3rd/node-warc) - Parse WARC files or create WARC files using either [Electron](https://electron.atom.io/) or [chrome-remote-interface](https://github.com/cyrus-and/chrome-remote-interface) (Node.js). *(Stable)* +* [Unwarcit](https://github.com/emmadickson/unwarcit) - Command line interface to unzip WARC and WACZ files (Python). * [Warcat](https://github.com/chfoo/warcat) - Tool and library for handling Web ARChive (WARC) files (Python). *(Stable)* * [warcio](https://github.com/webrecorder/warcio) - Streaming WARC/ARC library for fast web archive IO (Python). * [warctools](https://github.com/internetarchive/warctools) - Library to work with ARC and WARC files (Python).