pluralsight_scrapper
pluralsight_scrapper copied to clipboard
A course downloader/scrapper for https://www.pluralsight.com
Pluralsight Scraper
Allows you to fetch & download the courses on PluralSight - MUST HAVE AN ACCOUNT IN ORDER TO DOWNLOAD
Setup
- Clone the repository
git clone https://github.com/Stormiix/pluralsight_scraper.git
Installation
-
Install Python
-
Install pip
-
Install packages from requirements.txt
pip install -r requirements.txt
Configure the tool
- Create a new file config.py and add the following:
Username = "Your PluralSight Email/Username"
Password = "Your PluralSight Password"
- 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