daominhsangvn / eddown

educative.io downloader or scraper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Downloader and scraper for educative.io for pro members

npm Hits license

Install

npm i -g eddown

without Install

npx eddown

CLI

Usage
    $ eddown [CourseUrl]

Options
    --all, -a           Get all courses from particular school or provider.
    --email, -e         Your email.
    --password, -p      Your password.
    --directory, -d     Directory to save.
    --file, -f          Location of the file where are the courses
    --overwrite, -o     Overwrite if resource exists (values: 'yes' or 'no'), default value is 'no'
    --concurrency, -c

Examples
    $ eddown
    $ eddown -a
    $ eddown [url] [-l url...] [-e user@gmail.com] [-p password] [-d dirname] [-c number] [-o yes or no]

License

MIT

About

educative.io downloader or scraper

License:MIT License


Languages

Language:JavaScript 100.0%