find info of websites .py (1 Viewer)

Joined
Jul 30, 2018
Credits
0
Rating - 0%
find info of websites .py
tut
1. install builtwith
PHP:
pip install builtwith

2. run python code
Code:
import builtwith
site = "http://spyhackerz.com"
r = builtwith.parse(site)
print (r)

enjoy :)
 

Users who are viewing this thread

Top