Selenium Basics: Web Scraping Tutorial with Python

Publicado el: 05 agosto 2020
en el canal de: Nick's Niche
2,093
73

Check me out on Patreon!
  / nicksniche  

Welcome back to the next part in our Python for Daily Fantasy Sports Series!
In this video we are going to be learning a more advanced tool for web scraping
called Selenium. Selenium is a python package that allows for interaction with
the web page beyond simply updating the URL.

We will be using Selenium in addition to Beautiful Soup for our web scraping needs
going forward, so if you aren't familiar with Beautiful Soup, i'll post a link to
my previous Beautiful soup videos for you right up here.

Now, let's get to coding.

Requirements::
Everything from BS4 Tutorial
+
Firefox -- https://www.mozilla.org/en-US/firefox...
Pip Install Selenium
https://www.selenium.dev/selenium/doc...
Gecko Driver
Download -- https://github.com/mozilla/geckodrive...
More Information -- https://www.softwaretestinghelp.com/g...

Gecko Explanation
Gecko is basically an interface that allows firefox to be controlled by a third
party, aka your python code. You must be up to date on firefox and gecko, if you
write some code that works, and it later stops working, this is a likely issue.

Selenium Documentation
--Important functions/process needed for
Finding elements
Selecting elements
These tactics allow us to automate interactions with the webpages, which
makes larger scale web scraping MUCH more efficient.

For Example:
NBA.com stats, each page will need to be interacted with to pull the
stat base. URL can only bring us to the landing page of top 50 results.
URL can be looped to cover different stat pages, but we will need to
interact with the webpage itself to move forward.

Why it is important to understand how to inspect the elements on the page,
very similar to the way we established the table we wanted to use in the
beautiful soup tutorial. Now, we will need to identify the elements on the
page that we want to interact with, then how to interact with them


En esta página del sitio puede ver el video en línea Selenium Basics: Web Scraping Tutorial with Python de Duración hora minuto segunda en buena calidad , que subió el usuario Nick's Niche 05 agosto 2020, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 2,093 veces y le gustó 73 a los espectadores. Disfruta viendo!