https://github.com/fujiwarachoki/leadgen
This program uses a GoLang Google Maps Scraper to scrape Google Maps for places and then scrapes the email for each place based on their website.
https://github.com/fujiwarachoki/leadgen
go google-maps python scraping
Last synced: 2 months ago
JSON representation
This program uses a GoLang Google Maps Scraper to scrape Google Maps for places and then scrapes the email for each place based on their website.
- Host: GitHub
- URL: https://github.com/fujiwarachoki/leadgen
- Owner: FujiwaraChoki
- License: mit
- Created: 2023-09-02T09:28:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-16T16:25:23.000Z (over 2 years ago)
- Last Synced: 2025-06-17T04:08:26.740Z (about 1 year ago)
- Topics: go, google-maps, python, scraping
- Language: Python
- Homepage: https://github.com/FujiwaraChoki/Reacher
- Size: 21.5 KB
- Stars: 22
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reacher
This program uses the [Google Maps Scraper](https://github.com/gosom/google-maps-scraper) to scrape Google Maps for places and then scrapes the email for each place based on their website.
## Installation
1. Install [Python 3](https://www.python.org/downloads/)
2. Install [Go](https://golang.org/doc/install)
3. Clone this repository `git clone https://github.com/FujiwaraChoki/LeadGen.git`
4. Install the dependencies `pip install -r requirements.txt`
## Usage
1. Run the program using one of these modes: `default`, `scrape`, `email`
```bash
python main.py --mode {default,scrape,email}
```
### Default Mode
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.
### Scrape Mode
If Reacher is in `scrape`-mode, it will only scrape Google Maps for places and save them to a file.
### Email Mode
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.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.