Skip to content

StepicOrg/stepik-oauth2-videodownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages