Skip to content

Instantly share code, notes, and snippets.

@davidtran0
davidtran0 / alexa-top-sites.py
Created September 23, 2015 05:29
Python script for web-scraping the Alexa.com top-ranked websites by country or globally
# -*- coding: utf-8 -*-
"""
Python script for web-scraping the Alexa.com top-ranked websites
by country or globally
@author: David Tran
"""
import datetime
import urllib2