Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/knetic0/webscraping-googleimages
Web Scraping - Google Images
https://github.com/knetic0/webscraping-googleimages
google googleimages python python3 selenium selenium-python selenium-webdriver web-scraping webscraping
Last synced: about 2 months ago
JSON representation
Web Scraping - Google Images
- Host: GitHub
- URL: https://github.com/knetic0/webscraping-googleimages
- Owner: knetic0
- Created: 2022-10-05T05:43:51.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-31T08:16:01.000Z (about 2 years ago)
- Last Synced: 2023-05-02T19:30:09.112Z (over 1 year ago)
- Topics: google, googleimages, python, python3, selenium, selenium-python, selenium-webdriver, web-scraping, webscraping
- Language: Python
- Homepage:
- Size: 7.04 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webscraping-googleimages
Web Scraping - Google Images## For Linux using like that:
```
./.dinstaller.sh
```## For Windows using like that (if you have firefox):
Remove # from 70.row.
**If you want to search from chromedriver:**
firstly ```https://chromedriver.chromium.org/downloads``` download chromedriver. Check your google chrome version and download.
then remove # from 19. row.
add # to 20.row.
and run code.
```
python3 main.py -s
```