├── LICENSE ├── README.md ├── chromedriver.exe ├── requirements.txt └── scraper_bot.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhuiyanmobasshir94/google-shopping-scraper/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhuiyanmobasshir94/google-shopping-scraper/HEAD/README.md -------------------------------------------------------------------------------- /chromedriver.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhuiyanmobasshir94/google-shopping-scraper/HEAD/chromedriver.exe -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /scraper_bot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bhuiyanmobasshir94/google-shopping-scraper/HEAD/scraper_bot.py --------------------------------------------------------------------------------