This repository is the python implementation of the repo(https://github.com/AliasIO/Wappalyzer).
Run:
pip install -r requirements.txt
To run the script, the following command is to be used:
python wappalyze.py
Install from pip
pip install wappalyze
wapp -u google.com
import wappalyze
result = wappalyze.analyze('google.com')
print(result)