Skip to content

Instantly share code, notes, and snippets.

@davelester
Last active December 15, 2015 05:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davelester/5211115 to your computer and use it in GitHub Desktop.
Save davelester/5211115 to your computer and use it in GitHub Desktop.
Notes / cheat sheet to direct people to for browsing Common Crawl data
// Install s3cmd if you don't already have it installed
pip install s3cmd
// configure your keys before using s3cmd
s3cmd --configure
// once you have s3cmd on your machine, list first 3 files in the current crawl folder
s3cmd ls s3://aws-publicdatasets/common-crawl/parse-output/ | head -n3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment