All Projects → Stormix → pluralsight_scrapper

Stormix / pluralsight_scrapper

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

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to pluralsight scrapper

Udemycoursegrabber
Your will to enroll in Udemy course is here, but the money isn't? Search no more! This python program searches for your desired course in more than [insert big number here] websites, compares the last updated date, and gives you the download link of the latest one back, but you also have the choice to see the other ones as well!
Stars: ✭ 137 (+251.28%)
Mutual labels:  scraper, selenium
bots-zoo
No description or website provided.
Stars: ✭ 59 (+51.28%)
Mutual labels:  scraper, selenium
Zillow
Zillow Scraper for Python using Selenium
Stars: ✭ 141 (+261.54%)
Mutual labels:  scraper, selenium
Instaloctrack
An Instagram OSINT tool to collect all the geotagged locations available on an Instagram profile in order to plot them on a map, and dump them in a JSON.
Stars: ✭ 85 (+117.95%)
Mutual labels:  scraper, selenium
InstagramLocationScraper
No description or website provided.
Stars: ✭ 13 (-66.67%)
Mutual labels:  scraper, selenium
Sillynium
Automate the creation of Python Selenium Scripts by drawing coloured boxes on webpage elements
Stars: ✭ 100 (+156.41%)
Mutual labels:  scraper, selenium
Scrape Linkedin Selenium
`scrape_linkedin` is a python package that allows you to scrape personal LinkedIn profiles & company pages - turning the data into structured json.
Stars: ✭ 239 (+512.82%)
Mutual labels:  scraper, selenium
Gisaid Scrapper
Scrapping tool for GISAID data regarding SARS-CoV-2
Stars: ✭ 25 (-35.9%)
Mutual labels:  scraper, selenium
TikTok
Download public videos on TikTok using Python with Selenium
Stars: ✭ 37 (-5.13%)
Mutual labels:  scraper, selenium
TinderBotz
Automated Tinder bot and scraper using selenium in python.
Stars: ✭ 265 (+579.49%)
Mutual labels:  scraper, selenium
Spam Bot 3000
Social media research and promotion, semi-autonomous CLI bot
Stars: ✭ 79 (+102.56%)
Mutual labels:  scraper, selenium
Instagram-Comments-Scraper
Instagram comment scraper using python and selenium. Save the comments into excel.
Stars: ✭ 73 (+87.18%)
Mutual labels:  scraper, selenium
Scrapstagram
An Instagram Scrapper
Stars: ✭ 50 (+28.21%)
Mutual labels:  scraper, selenium
Seleniumcrawler
An example using Selenium webdrivers for python and Scrapy framework to create a web scraper to crawl an ASP site
Stars: ✭ 117 (+200%)
Mutual labels:  scraper, selenium
Botvid 19
Messenger Bot that scrapes for COVID-19 data and periodically updates subscribers via Facebook Messages. Created using Python/Flask, MYSQL, HTML, Heroku
Stars: ✭ 34 (-12.82%)
Mutual labels:  scraper, selenium
Tianyancha
pip安装的天眼查爬虫API,指定的单个/多个企业工商信息一键保存为Excel/JSON格式。A Battery-included Scraper API of Tianyancha, the best Chinese business data and investigation platform.
Stars: ✭ 206 (+428.21%)
Mutual labels:  scraper, selenium
Instagram-Scraper-2021
Scrape Instagram content and stories anonymously, using a new technique based on the har file (No Token + No public API).
Stars: ✭ 57 (+46.15%)
Mutual labels:  scraper, selenium
pinterest-web-scraper
Scraping Visually Similar Images from Pinterest
Stars: ✭ 26 (-33.33%)
Mutual labels:  scraper, selenium
yt-videos-list
Create and **automatically** update a list of all videos on a YouTube channel (in txt/csv/md form) via YouTube bot with end-to-end web scraping - no API tokens required. Multi-threaded support for YouTube videos list updates.
Stars: ✭ 64 (+64.1%)
Mutual labels:  scraper, selenium
kick-off-web-scraping-python-selenium-beautifulsoup
A tutorial-based introduction to web scraping with Python.
Stars: ✭ 18 (-53.85%)
Mutual labels:  scraper, selenium

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].