lrn86 / har2python

Convert har file to python code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 [(),()]

About

Convert har file to python code.

License:Apache License 2.0


Languages

Language:Python 100.0%