0.3.0b0 - This version may not be safe as it has not been updated for a long time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform
Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.
UNKNOWN - GNU GPLv3+EmailFinder is designed to find company emails that are filtered by search engines. This is done by searching for @company.com. The goal has to be to have the minimum amount of emails in the search engines.
> pip3 install emailfinder
Upgrades are also available using:
> pip3 install emailfinder --upgrade
EmailFinder can be used in 2 ways:
emailfinder -d domain.com
emailfinder -d domain.com -p http://127.0.0.1:8080
Parameters:
from emailfinder.extractor import *
emails1 = get_emails_from_google("domain.com")
emails2 = get_emails_from_bing("domain.com")
emails3 = get_emails_from_baidu("domain.com")
This project has been developed by:
The software is designed to check a company's emails found in the search engines. The author is not responsible for any illegitimate use.