mongo-edu ========= [![NPM](https://nodei.co/npm/mongo-edu.png?compact=true)](https://nodei.co/npm/mongo-edu/) [![NPM version](https://badge.fury.io/js/mongo-edu.png)](http://badge.fury.io/js/mongo-edu) [![Dependency Status](https://gemnasium.com/przemyslawpluta/mongo-edu.png)](https://gemnasium.com/przemyslawpluta/mongo-edu) Select and download videos and handouts from [university.mongodb.com](https://university.mongodb.com) courses ##Prerequisite ``` py 2.7 or 3.x ``` ##Installation ``` npm install mongo-edu -g ``` or see [detailed installation guide](https://github.com/przemyslawpluta/mongo-edu/wiki/Installation) in the wiki pages ##Usage ``` $ mongo-edu --help Options: -d download path [required] -u email address -h switch from videos (default) to handouts --cw switch from wiki video lists (default) to courseware --cwd same as --cw and dumps list of videos to file in -d --co dump course order list to file in -d --cc get closed captions --hq get high quality videos --ncc no check certificate for py3.x < py3.4.x --uz unzip handout files ``` ## Select and download ### Videos and closed captions Download all available videos from lists present in the `wiki` pages for any given week. If no lists are present in `wiki` add `--cw` to search through the main courseware pages. Add `--cc` to download closed captions with the videos and `--hq` to get high quality videos. ![screenshot](https://raw.github.com/przemyslawpluta/mongo-edu/gh-pages/images/me-videos.gif) ### Handouts Add `-h` to download all available handouts present in the `syllabus` pages for any given week and `--uz` to unzip files after the download. ![screenshot](https://raw.github.com/przemyslawpluta/mongo-edu/gh-pages/images/me-handouts.gif) ##License MIT