https://github.com/arjun-ms/scrapster
Scrape images from google for your next ML project.
https://github.com/arjun-ms/scrapster
bot google-images google-images-crawler google-images-downloader python scraper scraping selenium
Last synced: 5 months ago
JSON representation
Scrape images from google for your next ML project.
- Host: GitHub
- URL: https://github.com/arjun-ms/scrapster
- Owner: arjun-ms
- Created: 2022-07-28T13:42:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-08T06:25:33.000Z (about 3 years ago)
- Last Synced: 2025-05-06T18:07:36.145Z (5 months ago)
- Topics: bot, google-images, google-images-crawler, google-images-downloader, python, scraper, scraping, selenium
- Language: Python
- Homepage:
- Size: 44.9 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
### 𝙂𝙞𝙫𝙚 𝙮𝙤𝙪𝙧 𝙈𝙇 𝙥𝙧𝙤𝙟𝙚𝙘𝙩 𝙖 𝙝𝙚𝙖𝙙 𝙨𝙩𝙖𝙧𝙩 𝙬𝙞𝙩𝙝 𝙎𝙘𝙧𝙖𝙥𝙨𝙩𝙚𝙧
### 𝘚𝘤𝘳𝘢𝘱𝘦 𝘪𝘮𝘢𝘨𝘦𝘴 𝘧𝘳𝘰𝘮 𝘨𝘰𝘰𝘨𝘭𝘦 𝘢𝘯𝘥 𝘦𝘢𝘴𝘪𝘭𝘺 𝘤𝘳𝘦𝘢𝘵𝘦 𝘵𝘳𝘢𝘪𝘯𝘪𝘯𝘨 𝘥𝘢𝘵𝘢.
# **Run Locally**## **Clone the project**
```bash
git clone https://github.com/arjun-ms/Google-Image-Scraper
```## **Go to the project directory**
```bash
cd Google-Image-Scraper
```
## **Install chromedriver**Ensure you have the [appropriate version](https://chromedriver.chromium.org/downloads) of ChromeDriver on your machine if you would like to scrape from Google Images.
## **Install dependencies**
```bash
pip install -r requirements.txt
```
## **Edit your desired parameters in main.py**```bash
PATH = "/home/ams/chromedriver" # path to chromedriver
LIMIT = 100 # how much images you want to download
query = '"mohanlal"' # keyword you want to search for
```## **Run the program**
```bash
python main.py
```## **Feedback**
If you have any feedback, please reach out to me at arjunachu123.aa@gmail.com