iuranemo / skillclass

Download every skillshare class you want. (thanks to HeckerNoHecking's api)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

skillclass

Download every skillshare class you want. (thanks to HeckerNoHecking's api)

Features

  • Download all your skillshare courses for free
  • Multiple Links now supported !
  • Auto file-folder creation
  • Simple error handling : will pass if one link is invalid in the list
  • File Names are encoded so you can download the videos without any errors
  • Easy to use
  • No manual clicks needed.

Deployment

First install python 3+, then run this command before running the "main.py" script :

  python -m pip install -r requirements.txt
  python main.py

FAQ

How does it work

Basically, HeckerNoHecking's allows us to get the JSON data with the titles and url of any skillshare courses. So this tool automates the download of each file, so you can watch all your courses for free !

Roadmap

  • More "flexibility" over the link

  • Multi-threaded downloads (faster with a better internet)

  • Code cleanup and maybe OOP but idk why, it's just for fun i guess.

Authors & contibutors

About

Download every skillshare class you want. (thanks to HeckerNoHecking's api)


Languages

Language:Python 100.0%