Skip to content

Instantly share code, notes, and snippets.

@nickleefly
Created March 11, 2013 12:36
Show Gist options
  • Save nickleefly/5133948 to your computer and use it in GitHub Desktop.
Save nickleefly/5133948 to your computer and use it in GitHub Desktop.
download mongodb videos

Run the following commands and you'll be downloading in secs. view sourceprint?

git clone git://github.com/nonsleepr/edu_10gen_dl.git
vi config.py // change email and password in the config file.
// Also set domain to 'education.10gen.com'
sudo apt-get install python-bs4
sudo apt-get install python-mechanize
python edu_10gen.py

The config.py needs to have your 10gen username (email) and password.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment