vmaks / stepik-oauth2-videodownloader

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

Home Page:https://stepic.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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://stepic.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.

https://stepic.org

License:MIT License


Languages

Language:Python 100.0%