Skip to content
This repository has been archived by the owner on Apr 1, 2021. It is now read-only.

yoonwaiyan/stackskills-dl

Repository files navigation

🚨NOT MAINTAINED🚨

This script has not been maintained for some time due to personal reasons and I don't actively use StackSkills. Since they has tightened up their security access and using cookies doesn't seem to work for me, I'm putting off the maintenance of this for good.

stackskills-dl

Information

❗️ This is a non-official Ruby script to download all StackSkills tutorials. Login email and password is required to get your list of subscribed courses. ❗️

Being inspired by some popular downloader libraries(youtube-dl, udemy-dl etc.) and no downloader library available for StackSkills(or SkillWise) courses, I've decided to put on this small scraping library to help you download the courses to your machine for offline viewing and take it as part of my Ruby learning and contributing to open source community.

This library will by default get all your subscribed courses and download them all into your local filesystem, structured into folders of course sections in each course and folders of lectures of each course section. The courses will be available in your /downloads folder within this repo. Extra options are available to download only one course based on the course ID or slug.

Usage

Check out the wiki page to get started.

Change Log

Change log is available in CHANGELOG.md.