Skip to content

This repo contains an implementation of web scraping, specially google images automated scraping using selenium webdriver , requests

Notifications You must be signed in to change notification settings

YGTRAY/webScraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Web Scraping Google Images

Overview

This repository contains a Python script for web scraping Google Images using Selenium WebDriver and Requests. The script automates the process of fetching and downloading images from Google search results.

Prerequisites

Before using the script, make sure you have the following installed:

  • Python 3
  • Selenium WebDriver
  • Requests library
  • ChromeDriver (or the WebDriver for your preferred browser)

Installation

  1. Clone this repository to your local machine:

    git clone https://github.com/YGTRAY/webScraping.git

Usage

(check code comments for more understanding)

  1. Ensure you have the WebDriver executable (e.g., ChromeDriver) installed and available in your system's PATH.

  2. check for the best prompts according to your task then get its Link

  3. modify the code according to your specific link

  4. Run the script:

    python googleImageScraping.py
  5. The script will use Selenium to automate the browser, perform the Google search, and download images using Requests.

Customization

Feel free to customize the script according to your needs. You can modify the search parameters, browser choice, file download location, or implement additional features.

Acknowledgments

Happy Web Scraping!

About

This repo contains an implementation of web scraping, specially google images automated scraping using selenium webdriver , requests

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages