This program uses the Google Maps Scraper to scrape Google Maps for places and then scrapes the email for each place based on their website.
- Install Python 3
- Install Go
- Clone this repository
git clone https://github.com/FujiwaraChoki/LeadGen.git - Install the dependencies
pip install -r requirements.txt
- Run the program using one of these modes:
default,scrape,email
python main.py --mode {default,scrape,email}This will scrape Google Maps places, find their corresponding email, and send them an email. Make sure you have your HTML-File with your E-Mail contents ready.
If Reacher is in scrape-mode, it will only scrape Google Maps for places and save them to a file.
If Reacher is in email-mode, it will only find the email for each place in the file and send them an email.
You will have to provide a file with the previously scraped places.
This project is licensed under the MIT License - see the LICENSE file for details.