/alexis

Simple script I hacked together to pull the top 100 Alexa ranked websites.

Primary LanguagePHPOtherNOASSERTION

Alexis

Gather top 100 Alexa ranked websites

Simple script I hacked together to pull the top 100 Alexa ranked websites.

Examples

$ php alexis.php # Just print out the top 100 sites.

$ php alexis.php -n 500 # Woah, getting greedy. Print out the top 500.

$ php alexis.php -o domains.txt # Let's save these, cuz we love I/O.

$ php alexis.php -f 1 # Update the local csv file, no matter what.

$ php alexis.php -s a # Sort the results alphanumerically, ascending.

$ php alexis.php -s d # Sort the results alphanumerically, descending.

License

DON'T BE A DICK PUBLIC LICENSE. See LICENSE.