Skip to content

hay/hartool

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

hartool

HAR (HTTP Archive) utility, written for Python 3.6+

Install

The only dependency for this utility is haralyzer, so either do

pip install haralyzer

Or use the Pipfile together with pipenv.

Usage

usage: hartool [-h] [-p PAGE] [-x] [-xi] [-ls] [-v] [path]

positional arguments:
  path                  path to HAR file

optional arguments:
  -h, --help            show this help message and exit
  -p PAGE, --page PAGE  specify page ID in archive
  -x, --extract         extract all files
  -xi, --extract-images
                        extract all images
  -ls, --list           list pages in file, add -v to list assets too
  -v, --verbose         print extra debug information

License

MIT © Hay Kranen

About

Do things with HAR archives, like extract all files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages