Pluralsight Scrapper Save

A course downloader/scrapper for https://www.pluralsight.com

Project README

Pluralsight Scraper

GitHub issues GitHub forks GitHub stars

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/Stormiix/pluralsight_scraper.git

Installation

  1. Install Python

  2. Install pip

  3. Install packages from requirements.txt

  pip install -r requirements.txt

Configure the tool

  1. Create a new file config.py and add the following:
    Username = "Your PluralSight Email/Username"
    Password = "Your PluralSight Password"
  1. Modify pluralsight.py and change both lines 10 & 11:
    title = "COURSE TITLE"
    link = "COURSE PLAYER URL"

P.S : You can also change the scraper's delay time, by default it's 3sec

Run the tool

  python pluralsight.py
Open Source Agenda is not affiliated with "Pluralsight Scrapper" Project. README Source: Stormix/pluralsight_scrapper
Stars
38
Open Issues
1
Last Commit
3 years ago

Open Source Agenda Badge

Open Source Agenda Rating