patxijuaristi / website_email_scraper

Simple script to scrape emails from websites.

Home Page:https://juaristech.com/website-email-scraper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Email Scraper from Websites 📧

This script is designed to obtain the emails from different websites in an easy way. You need to have a large list of websites, and the script would check in its contact pages if an email is visible. Then, the data would be passed on a Excel file.

How to Run It

Running this script is really simple. You need to open a bash script, and then type the script name and the laguage of your websites: EN for English websites and ES for Spanish ones. If you have Python installed yuo can execute the .py file. Otherwise, you can run the .exe file which is in the build folder.

email_scraper.exe EN
email_scraper.exe ES

Requirements

The used requirements are specified in the requierements.txt file. If you want to execute the .py script from python, you can install the dependencies that way:

pip install -r requirements.txt

Contact

Website: JuarisTech Email: admin@juaristech.com

About

Simple script to scrape emails from websites.

https://juaristech.com/website-email-scraper


Languages

Language:Python 100.0%