This #tutorial is a #python mini-project explaining how to Scrape / Download / extract images from any website using #selenium and #requests.
Using this method you will be able to download all the the images given on a certain website with a total preservation of the quality.
You can #automate the whole process of all / any images download using few lines of python code.
The website is Unsplash: https://unsplash.com/
Webdriver-manager: https://pypi.org/project/webdriver-manager/
Selenium (Python version): https://selenium-python.readthedocs.io/
My website: https://aminboutarfi.com/
The project relies on the following steps:
1. Import libraries
1. Scraping the URLs
2. Downloading the Images
Into: (00:00)
Setup Selenium: (01:10)
Getting URLs of Images: (06:04)
Download the Images: (13:53)
Automate Scrolling Down : (20:41)
Outro: (27:47)
#python #subscribe #pythonprogramming #tips #selenium #seleniumpython #requests #imagesdownloader