Skip to content

fulanii/mapscape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MapScape

A Selenium bot built with python, that scrape's publicly available business data form Google maps and save it to a text file.

Instalation

  1. Clone the repository:
git clone https://github.com/fulanii/mapscape.git
cd mapscape
  1. Set up a virtual environment:
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
  1. Install dependencies:
pip install -r requirements.txt
  1. Update these variables from bot.py:

    • business_type
    • business_city
    • business_state_or_country
  2. run bot.py

python bot.py

Demo

dome

About

Google Maps Scraper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages