Read the HAR file, convert it into Python objects, and export it to CSV and markdown files.
Support for Python 3.10 and later versions.
- Masking Feature: Offers the ability to mask sensitive information in the documentation, such as passwords and phone numbers.
- Export to CSV and Markdown: Allows exporting the generated documentation to both CSV and Markdown formats, enabling flexible documentation management.
TBD
To install Har2Document, you can use pip to install directly from the GitHub repository. Run the following command in your terminal:
pip install git+https://github.com/8percent/har2document.git
Pull requests are always welcome.
Check CONTRIBUTING.md for more details.
Distributed under the terms of the MIT license.