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
- Host: GitHub
- URL: https://github.com/codeandcats/eggs-benny
- Owner: codeandcats
- License: mit
- Created: 2017-03-23T12:12:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-19T13:42:59.000Z (about 9 years ago)
- Last Synced: 2025-10-30T12:51:30.749Z (8 months ago)
- Topics: downloader, egghead, egghead-downloader, egghead-io, eggs-benny, scraper
- Language: TypeScript
- Size: 548 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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) 😺