Get Alexa Topsites on Alexa

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

'ETC > Script' 카테고리의 다른 글

Get Verified Phishing url on Phishtank  (0) 2019.09.14
Filescan on Virustotal in Python  (0) 2019.09.14
AES CBC-128 with iv in Python  (0) 2019.08.21

+ Recent posts