/python-Wappalyzer

Python driver for Wappalyzer, a web application detection utility.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

python-Wappalyzer

Build Status PyPI version Coverage Status

Python driver for Wappalyzer, a web application detection utility.

$ pip install python-Wappalyzer

>>> from Wappalyzer import Wappalyzer, WebPage
>>> wappalyzer = Wappalyzer.latest()
>>> webpage = WebPage.new_from_url('http://example.com')
>>> wappalyzer.analyze(webpage)
set([u'EdgeCast'])