/har2python

Convert har file to python code.

Primary LanguagePythonApache License 2.0Apache-2.0

har2python

Install

pip install git+git://github.com/MichalCab/har2python.git

How to get har archive?

what is har archive (http://en.wikipedia.org/wiki/.har, http://www.softwareishard.com/blog/har-12-spec/)

  1. Chrome
  2. F12
  3. Network
  4. Preserve log (checked)
  5. go over some sites
  6. click right
  7. Save as HAR with content

python har2python data_1.har data_2.har

python har2python data_1.har data_2.har --debug

TODO

  1. if more keys with same name in post [(),()]