Pluralsight-parser
Get direct courses link from paths/certification prep center.
Use case
- Integrating 3rd party time management tool (add direct course link to your calendar, set a specific time/date to learn a course from a path).
This bash script uses grep, tidy, sed, and awk. Everything (- tidy) should be installed by default on Linux. You should be able to get tidy from your package manager.
This bash script uses both pluralsight.txt and pluralsight2.txt. Please make sure that you run this script on its own folder/you don't have any files with the same name.
How to use
- Clone/copy/download the repo/start.sh.
- Open Pluralsight and select a path.
- Open developer tools and select the "Elements" section.
- Right-click on (right below ) and select "Edit as HTML".
- Select all (Ctrl + a) and copy (Ctrl + v).
- Create pluralsight.txt in the same folder the start.sh is in.
- Paste the copied HTML to the pluralsight.txt and save the file.
- Run start.sh (
bash start.sh
) - Open pluralsight.txt. You should be able to see your links there.