How to Web Scrape with Python (Selenium/ChromeDriver)

Опубликовано: 26 Октябрь 2024
на канале: Charles Clayton
129,315
1.7k

Here's a short video on how to start web-scraping with Python.

The tools I use are the chromedriver webdriver, available here: https://sites.google.com/a/chromium.o...

And selenium webdriver, available through pip using "pip install selenium"

To learn more about web-scraping, you can check out my course here: https://www.packtpub.com/big-data-and...