omkarcloud / google-maps-scraper

👋 HOLA 👋 HOLA 👋 HOLA ! ENJOY OUR GOOGLE MAPS SCRAPER 🚀 TO EFFORTLESSLY EXTRACT DATA SUCH AS NAMES, ADDRESSES, PHONE NUMBERS, REVIEWS, WEBSITES, AND RATINGS FROM GOOGLE MAPS WITH EASE! 🤖
https://www.omkar.cloud/
MIT License
1.11k stars 266 forks source link

WSL2 error : TypeError: request() got an unexpected keyword argument 'use_stealth' #99

Closed salmansarwar5102 closed 8 months ago

salmansarwar5102 commented 8 months ago

Gmaps.places(queries, max=5)sam@LAPTOP-S5LCRFHR:~/site/google-maps-scraper$ python3 main.py Traceback (most recent call last): File "/home/sam/site/google-maps-scraper/main.py", line 1, in from src import Gmaps File "/home/sam/site/google-maps-scraper/src/init.py", line 1, in from .gmaps import Gmaps File "/home/sam/site/google-maps-scraper/src/gmaps.py", line 3, in from src import scraper File "/home/sam/site/google-maps-scraper/src/scraper.py", line 89, in @request( TypeError: request() got an unexpected keyword argument 'use_stealth'

Chetan11-dev commented 8 months ago

Thank you, @salmansarwar5102, for opening the issue and using our Google Maps Scraper Tool. Also, you may run followin command to fix your issues

   python -m pip install botasaurus --upgrade