This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhuyujia-webhopper/comp.py

10 lines
183 B
Python

from Wappalyzer import Wappalyzer, WebPage
import builtwith
webpage = WebPage.new_from_url("http://iqiyi.com")
wappalyzer = Wappalyzer.latest()
print(wappalyzer.analyze(webpage))