hardle 0.1.2

Creator: bradpython12

Last updated:

Add to Cart

Description:

hardle 0.1.2

Hardle
A simple & lightweight utility for (synchronously) downloading content from .HAR files. Useful when you want to download static sites for offline use.
Installation
$ pip3 install hardle

Hardle uses type annotations, so Python 3.5 (minimum) is required.
Usage
From the Command Line
$ hardle path/to/file.har out/

From Python
from hardle import download

download("path/to/file.har", "out/")

License
MIT

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.