Web Development with Python! Scraping Data from a Website
Adrian Dolinay
Tutorial on how to scrape data from a website using Python and Selenium.
Link to ChromeDriver Download - https://chromedriver.chromium.org/downloads
The notebook can be found in the "Web Development" folder within the below repo. GitHub Repo - https://github.com/ad17171717/YouTube-Tutorials
CONNECT: LinkedIn: https://www.linkedin.com/in/adrian-dolinay-frm-96a289106/ GitHub: https://github.com/ad17171717 Twitter: https://twitter.com/DolinayG
------Video Chapters------ 0:00 - Intro 0:15 - Background on Selenium 0:42 - Inspecting the site we are scraping 1:40 - Downloading the ChromeDriver to use with Selenium's WebDriver 3:05 - Setting the options for the WebDriver 3:35 - AVOID THE "--no-sandbox" PARAMETER, POTENTIAL SECURITY RISK 5:22 - Setting the Chrome webdriver 5:55 - Scraping data from the website 10:10 - Creating a bot to automatically scrape data 14:53 - Saving the data in a pandas DataFrame 16:08 - References and additional resources ... https://www.youtube.com/watch?v=OfutdVlU7Vk
54373679 Bytes