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...