Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 710 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 710 Bytes

google-image-scrapper

simple basic code based on selenium to scrap google images

Libraries Needed

Requires: selenium, os, io, time, wget, requests, PIL

From the code one only need to find specific {wd.find_elements(By.CLASS_NAME, "Q4LuWd"), wd.find_elements(By.CLASS_NAME, "n3VNCb")} depending on particular google image search result page

img1 img2

I beleieve with this two parameters you can use this as an image scrapper Everything learnt from @tectwithtim google image scrap tutorial