Metadata-Version: 2.1
Name: python3-Wappalyzer
Version: 0.1.21
Summary: Python3 driver for Wappalyzer, a web application detection utility.
Home-page: https://github.com/datasploit3/python3-Wappalyzer
Author: @datasploit
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: BeautifulSoup4
Requires-Dist: requests

# Python3-Wappalyzer

Python3 driver for Wappalyzer, a web application detection utility. 

Use code from https://github.com/chorsley/python-Wappalyzer, make it suitable for python3.

## Usage

```
>>> from Wappalyzer import WebPage
>>> WebPage("https://github.com").info()
{'apps': 'Twitter Bootstrap', 'title': "The world's leading software development platform · GitHub"}
```

