Allows you to fetch & download the courses on PluralSight - MUST HAVE AN ACCOUNT IN ORDER TO DOWNLOAD
- Clone the repository
git clone https://github.com/Stormiix/pluralsight_scraper.git
-
Install Python
-
Install pip
-
Install packages from requirements.txt
pip install -r requirements.txt
- 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
python pluralsight.py