An open API service indexing awesome lists of open source software.

https://github.com/codeandcats/eggs-benny

A CLI app for downloading tutorial videos from egghead.io
https://github.com/codeandcats/eggs-benny

downloader egghead egghead-downloader egghead-io eggs-benny scraper

Last synced: 5 months ago
JSON representation

A CLI app for downloading tutorial videos from egghead.io

Awesome Lists containing this project

README

          

# eggs-benny




Downloads egghead.io videos for delicious offline comsumption.

## What is it?
Eggs-benny allows you to download egghead.io videos by an entire course or technology group at a time!
You can even choose to download their entire course library using a single command if you like.

### What's with the name?
"Eggs Benny" is cafe/foodie-slang for [Eggs Benedict](https://www.google.com.au/search?q=eggs+benedict) - the most delicious of all breakfasts (imho).

## Install
```
npm install eggs-benny -g
```

## Configure
First enter your egghead.io credentials and download directory.
```
eggs-benny config -e -p -d
```

## List courses
```
eggs-benny list
```

## Download
To download all lessons in a course
```
eggs-benny download -c "Develop Basic Web Apps with Vue.js"
```

To download all courses in a technology group
```
eggs-benny download -t "Vue.js"
```

To download everything! Warning, this will take a while.
```
eggs-benny download
```

## Command line help
```
eggs-benny --help
```

Help for an individual command
```
eggs-benny --help download
```

## Got an issue/suggestion?
Then please create an [issue](https://github.com/codeandcats/eggs-benny/issues) 😺