Skip to content

Instantly share code, notes, and snippets.

View ShayMe21's full-sized avatar
🏠
Working from home

Shayan Memari ShayMe21

🏠
Working from home
View GitHub Profile
#!/usr/bin/env python
"""
Converts Internet Explorer 'capture network traffic' XML to a HAR file.
Turns out that XML is just a HAR file anyways, but in XML form. So this
just converts it to JSON, and Bob's your uncle.
Requires Python 2.7+ and LXML.
"""
from __future__ import unicode_literals