[GET] Any skillshare course for free.

Status
Not open for further replies.

zaogord

BANNED
Joined
Jul 18, 2019
Messages
195
Reaction score
167
This method uses a python script which downloads the course to your local system.

What do you need?
-Python3.7 installed on your system [Takes hardly 5mins]
https://realpython.com/installing-python/
-Internet to download the course on your system.

What next?
-Download the zip file from here:
Code:
https://www.mediafire.com/file/pb34m2swmrd074b/Skillshare_Downloader.zip/file
VT
Code:
https://www.virustotal.com/gui/file/c647223cc27435b078a8e3a78d573e86e216e8d6ee5e242fb5c6df8c1f59298b/detection

After that, there's a ReadMe.txt file in the .zip file. READ IT.

If you have any doubts or if you are stuck anywhere feel free to ask in the comments below.
 
Last edited by a moderator:
This method uses a python script which downloads the course to your local system.

What do you need?

After that, there's a ReadMe.txt file in the .zip file. READ IT.

If you have any doubts or if you are stuck anywhere feel free to ask in the comments below.

Don't forget to Like, Share and Subscribe.
Also press the Bell icon to get notified when i upload a new post.

Thanks.

Any trick for teachable courses?
 
Last edited by a moderator:
Great share OP. I'll now finally be able to take that cooking class of theirs which I've been eyeing out.
 
I downloaded mainly for looking python code which i am learning now but could not find the exact code for this, I guess that you are calling function.
 
Yeah it's calling a function skillshare, which is in the skillshare.pyc file.
You can't simply open the .pyc file, you will have to debug it. Theres a tool.for I It on GitHub it's something called Udecompyle.
 
Yeah it's calling a function skillshare, which is in the skillshare.pyc file.
You can't simply open the .pyc file, you will have to debug it. Theres a tool.for I It on GitHub it's something called Udecompyle.
please help..how to download ?
video tutorial please
how to do this
=>> To download a course open a command line tool on directory and writepython dl.py and your course urlpython dl.py <<=
how to use dl.py and skillshare.pyc
Thanks
 
please help..how to download ?
video tutorial please
how to do this
=>> To download a course open a command line tool on directory and writepython dl.py and your course urlpython dl.py <<=
how to use dl.py and skillshare.pyc
Thanks

You have to install python in your system first.
Depending on your Operating system, download it from here. https://www.python.org/downloads/

After you have completed your installation.

Now go to the directory where you downloaded the zip file, extract the zip to a folder and open a terminal in that folder.
To open a terminal, right click anywhere anywhere in the folder and select open a command prompt.
If that option doesn't open for you, press Win+R and then enter cmd in the box.
After cmd opens, change directory to where the folder is.
After you are done with the above steps.

Write this code in the command prompt
Code:
python dl.py url

Change the 'url' in the code with the course you want to download.
To get the url, open some course in skillshare and copy the url.

Then hit enter and that's it.

You don't have to touch any other files. Skillshare.pyc is a encrypted file, you cannot open it. It is used as a module.
 
and here im still learning python language :D . . .
good share ...
 
You have to install python in your system first.
Write this code in the command prompt
Code:
python dl.py url

Change the 'url' in the code with the course you want to download.
To get the url, open some course in skillshare and copy the url.

Then hit enter and that's it.

You don't have to touch any other files. Skillshare.pyc is a encrypted file, you cannot open it. It is used as a module.
Sorry.. Error
 

Attachments

  • help.JPG
    help.JPG
    25.2 KB · Views: 25
I don't know what am I doing. Never worked in Python before. Is it too much to ask what do I do if I get "invalid syntax"?
 
Last edited:
I don't know what am I doing. Never worked in Python before. Is it too much to ask what do I do if I get "invalid syntax"?

You google or send me a screenshot :)
 
the command to download: python dl.py url

its wrong, the correct command is: dl.py url

Open CMD as Admin, go to the directory where the files are extracted and type dl.py before the URL of the course.

It will work.
 
Status
Not open for further replies.
Back
Top