A Selenium bot built with python, that scrape's publicly available business data form Google maps and save it to a text file.
- Clone the repository:
git clone https://github.com/fulanii/mapscape.git
cd mapscape- Set up a virtual environment:
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate- Install dependencies:
pip install -r requirements.txt-
Update these variables from bot.py:
- business_type
- business_city
- business_state_or_country
-
run bot.py
python bot.py