.gitignore
LICENSE
README.md
requirements.txt
setup.py
.idea/.gitignore
.idea/.name
.idea/misc.xml
.idea/modules.xml
.idea/spoofbot.iml
.idea/vcs.xml
.idea/dictionaries/re.xml
.idea/inspectionProfiles/profiles_settings.xml
spoofbot/__init__.py
spoofbot/browser.py
spoofbot/operating_system.py
spoofbot/tag.py
spoofbot.egg-info/PKG-INFO
spoofbot.egg-info/SOURCES.txt
spoofbot.egg-info/dependency_links.txt
spoofbot.egg-info/top_level.txt
spoofbot/adapter/__init__.py
spoofbot/adapter/file.py
spoofbot/adapter/har.py
spoofbot/util/__init__.py
spoofbot/util/common.py
spoofbot/util/file.py
spoofbot/util/har.py
spoofbot/util/http.py
tests/__init__.py
tests/config.py
tests/test_browser.py
tests/adapter/__init__.py
tests/adapter/test_file.py
tests/adapter/test_har.py