Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 821 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 821 Bytes

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'])