Skip to main content

Easy identify site's IT technologies

Project description

pywappalyzer Build Status BCH compliance

Installation

pip install pywappalyzer

Usage

Get technologies

from pywappalyzer import Pywappalyzer


wappalyzer = Pywappalyzer()

data = wappalyzer.analyze(url="https://google.com")
print(data)

Update technologies json list which use for identifying of technologies

from pywappalyzer import Pywappalyzer


wappalyzer = Pywappalyzer()

wappalyzer.use_latest()  # run only once for update the file
data = wappalyzer.analyze(url="https://google.com")
print(data)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pywappalyzer-0.0.1.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

pywappalyzer-0.0.1-py3-none-any.whl (6.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page