ETC/Script
Get Alexa Topsites on Alexa
0xe82de_
2019. 9. 15. 22:04
728x90
728x90
728x90
from urllib.request import urlretrieve
alexa_url = "http://s3.amazonaws.com/alexa-static/top-1m.csv.zip"
filepath = "."+os.path.sep
filename = "Alexa_Topsites.zip"
urlretrieve(phishtank_url, filepath+filename)
728x90
728x90