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

New release causes an error in Scraper.py #98

Closed Cacti4 closed 9 months ago

Cacti4 commented 9 months ago

Description

Didn't have this problem in the old version.

Code to Reproduce (Paste main.py)

from src import Gmaps

love_it_star_it = '''Love It? Star It! ⭐ https://github.com/omkarcloud/google-maps-scraper/'''

queries = ["restaurant in California"]
Gmaps.places(queries, min_reviews=10, has_phone=True, has_website=False) 

Error:

TypeError: request() got an unexpected keyword argument 'use_stealth'

Chetan11-dev commented 9 months ago

Please follow these Steps.

Run the following command to update packages:

python -m pip install botasaurus --upgrade

⿡ Clone the Magic 🧙‍♀:

git clone https://github.com/omkarcloud/google-maps-scraper
cd google-maps-scraper

⿢ Install Dependencies 📦:

python -m pip install -r requirements.txt

⿣ Let's Roll 😎:

python main.py 
Cacti4 commented 9 months ago

First of all, that is for the wrong repository, second of all, I stated that it was working before the update, and a change made it not work. Sorry if I was not clear about my problem.

Chetan11-dev commented 9 months ago

Apology for wrong repository, I updated Steps kindly follow them.