Skip to content

Latest commit

 

History

54 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Stepic.org Video Downloader

Example of OAuth2 application for Stepic.org.

Downloads all video files from a module (week) of a course or the whole course.

  1. Go to https://stepik.org/oauth2/applications/

  2. Register your application with settings:
    Client type: confidential
    Authorization Grant Type: client-credentials

  3. Install requests module

pip install requests
  1. Run the script
python3 downloader.py [-h] --course_id=COURSE_ID --client_id=CLIENT_ID --client_secret=CLIENT_SECRET [--week_id=WEEK_ID] [--quality=360|720|1080] [--output_dir=.]

About

Example of OAuth2 application for Stepic.org. Downloads all videofiles from a module (week) of a course.

Resources

Stars

35 stars

Watchers

12 watching

Forks

Releases

Packages

Contributors

Languages