Skip to content

Simple Ruby script to download all StackSkills tutorials.

License

Notifications You must be signed in to change notification settings

danifunker/stackskills-dl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a non-official Ruby script to download all StackSkills tutorials. Login details is required to acquire the subscribed courses to be downloaded.

Usage

This script requires Mechanize gem to run.

bundle install

To use this script, simply exec this script:

ruby stackskills_dl.rb

This script will prompt your login details and download all courses available on your "Enrolled Courses" page.

Flags are available to pass login details and optional course link to the script. To see what are the available options, please type:

ruby stackskills_dl.rb --help

For example, if you want to download only one course:

ruby stackskills_dl.rb -c https://stackskills.com/courses/java-programming-the-master-course

About

Simple Ruby script to download all StackSkills tutorials.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%