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/somendrameena/PluralsightDownloader.git
-
Install Python
-
Install pip
-
Install packages from requirements.txt
pip install -r requirements.txt
- 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
python launch.py