Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 258 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 258 Bytes

har2lib

generates python crawler by parsing HTTP Archive file

How to use:

  1. generate .har file from [developer tools] in browser
  2. use crated .har file as input

Example:

  • python har2lib.py test.com.har

    • this will generate test.com.py