Skip to content

Commit

Permalink
Adding a README
Browse files Browse the repository at this point in the history
  • Loading branch information
hay committed Nov 19, 2018
1 parent 09f2947 commit 65df0c6
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
@@ -0,0 +1,30 @@
# 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

```bash
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](http://www.haykranen.nl)

0 comments on commit 65df0c6

Please sign in to comment.