-
-
Save chilts/7229605 to your computer and use it in GitHub Desktop.
var request = require('request'); | |
var unzip = require('unzip'); | |
var csv2 = require('csv2'); | |
request.get('http://s3.amazonaws.com/alexa-static/top-1m.csv.zip') | |
.pipe(unzip.Parse()) | |
.on('entry', function (entry) { | |
entry.pipe(csv2()).on('data', console.log); | |
}) | |
; |
Hey everyone, when I download http://s3-us-west-1.amazonaws.com/umbrella-static/top-1m.csv.zip , the csv has ".deprecated" as file extension. This is it ? Its done ?
@kostasmaneadis Yes, it's no more.
-----------------------------------------------------------------
Notice: This file is deprecated and is not being updated anymore.
This file was last updated on February 1, 2023.
This file will not be available from
http://s3.amazonaws.com/alexa-static/top-1m.csv.zip after
July 31, 2023.
-----------------------------------------------------------------
https://radar.cloudflare.com/domains
top 1000000 unordered 🤢
I am in trouble with my new domain securelines.net to install WordPress,
I get access denied when accessing http://s3.amazonaws.com/alexa-static/top-1m.csv.zip
I get access denied when accessing http://s3.amazonaws.com/alexa-static/top-1m.csv.zip
try this one http://s3-us-west-1.amazonaws.com/umbrella-static/top-1m.csv.zip
This is a link to the Cisco Umbrella popularity list. Archive.org has luckily archived the zip: https://web.archive.org/web/20230401000000*/https://s3.amazonaws.com/alexa-static/top-1m.csv.zip
Hi everyone, I just noticed this site on a fork of this gist and also seems to be kept up to date:
I don't know if it's useful to anyone, but there we go. :)