1.0.4 • Published 4 years ago

khan-academy-scraper v1.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Khan Academy Scraper CLI

Simple command-line tool for scraping Khan Academy programs.

Usage

Install with npm:

npm install -g khan-academy-scraper

Clone from Github:

git clone https://github.com/bhavjitChauhan/khan-academy-scraper.git
cd khan-academy-scraper
npm install

View arguments with --help

$ ka-scrape --help

Scrape Khan Academy programs.

Options:
  --version        Show version number                                 [boolean]
  --max, -m        Maximum number of programs scraped                   [number]
  --limit, -l      Number of programs to fetch per API request
                                                        [number] [default: 1000]
  --cursor, -c     Specify starting API cursor                          [string]
  --sort, -s       Program list to scrape
                  [choices: "recent", "hot", "contests", "top"] [default: "top"]
  --output, -o     Custom file name to store programs in                [string]
  --overwrite, -w  Overwrite previous output file     [boolean] [default: false]
  --verbose, -v    Run in verbose mode                [boolean] [default: false]
  --silent         Supress logging to file            [boolean] [default: false]
  -h, --help       Show help                                           [boolean]

License

This project is licensed under the MIT License. See LICENSE for details.

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago