PHP Classes

File: top-domain-fetch-file.sh

Recommend this page to a friend!
  Classes of Peter Kahl   PHP Alexa Rank Top Domain   top-domain-fetch-file.sh   Download  
File: top-domain-fetch-file.sh
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Alexa Rank Top Domain
Retrieve domains from Alexa top 1 million domains
Author: By
Last change:
Date: 6 years ago
Size: 138 bytes
 

Contents

Class file image Download
#!/bin/bash cd /srv/cache wget http://s3.amazonaws.com/alexa-static/top-1m.csv.zip unzip -o top-1m.csv.zip rm top-1m.csv.zip exit 0