Skip to content

somendrameena/PluralsightDownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pluralsight Scraper

Allows you to fetch & download the courses on PluralSight - MUST HAVE AN ACCOUNT IN ORDER TO DOWNLOAD

Setup

  1. Clone the repository
  git clone https://github.com/somendrameena/PluralsightDownloader.git

Installation

  1. Install Python

  2. Install pip

  3. Install packages from requirements.txt

  pip install -r requirements.txt

Configure the tool

  1. Edit config.py and add the following:
    username = "Your PluralSight Email/Username"
    password = "Your PluralSight Password"
    link = "COURSE URL" 
    # Eg. https://app.pluralsight.com/library/courses/django-fundamentals-update/table-of-contents

Run the script

  python launch.py

About

Download courses from Pluralsight directly to your device.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages