Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dead-beef/har-extractor
HTTP Archive extractor
https://github.com/dead-beef/har-extractor
archive-parser http-archive python-script python3
Last synced: 13 days ago
JSON representation
HTTP Archive extractor
- Host: GitHub
- URL: https://github.com/dead-beef/har-extractor
- Owner: dead-beef
- License: mit
- Created: 2017-05-12T14:22:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-15T01:39:23.000Z (almost 2 years ago)
- Last Synced: 2024-11-08T11:55:54.495Z (about 1 month ago)
- Topics: archive-parser, http-archive, python-script, python3
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 20
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
har-extractor
=============.. image:: https://img.shields.io/pypi/v/har-extractor.svg
:target: https://pypi.python.org/pypi/har-extractor
.. image:: https://img.shields.io/pypi/status/har-extractor.svg
:target: https://pypi.python.org/pypi/har-extractor
.. image:: https://img.shields.io/pypi/format/har-extractor.svg
:target: https://pypi.python.org/pypi/har-extractor
.. image:: https://img.shields.io/librariesio/github/dead-beef/har-extractor.svg
:target: https://libraries.io/pypi/har-extractor
.. image:: https://img.shields.io/pypi/pyversions/har-extractor.svg
:target: https://python.org
.. image:: https://img.shields.io/pypi/l/har-extractor.svg
:target: https://github.com/dead-beef/har-extractor/blob/master/LICENSEOverview
--------Extractor for
`HAR `__,
HTTP Archive format.Requirements
------------- `Python 3 `__
Optional
~~~~~~~~- `YAJL 2 `__
- `CFFI `__Installation
------------.. code:: bash
pip install har-extractor
Usage
-----::
usage: har-extractor [-h] [-V] [-l] [-o DIRECTORY] [-v] [-nv] [-i] [-ni]
[-s] [-ns] [-d] [-nd]
FILEpositional arguments:
FILE HAR fileoptional arguments:
-h, --help show this help message and exit
-V, --version show program's version number and exit
-l, --list list the contents of input file
-o DIRECTORY, --output DIRECTORY
set output directory (default: ./.d)
-v, --verbose turn on verbose output (default)
-nv, --no-verbose turn off verbose output
-i, --iterative use iterative json parser
-ni, --no-iterative do not use iterative json parser (default)
-s, --strict exit and delete extracted data after first error
-ns, --no-strict ignore errors (default)
-d, --directories create url directories (default)
-nd, --no-directories
do not create url directoriesDevelopment
-----------Installation
~~~~~~~~~~~~.. code:: bash
git clone https://github.com/dead-beef/har-extractor
cd har-extractor
pip install -e .[dev]Building
~~~~~~~~.. code:: bash
./build.sh
Testing
~~~~~~~.. code:: bash
./test
Licenses
--------- `har-extractor `__