Metadata-Version: 2.1
Name: emailfinder
Version: 0.2.3b0
Summary: EmailFinder - Emails search through Search Engines
Home-page: https://github.com/Josue87/EmailFinder
Author: Josue Encinar (@JosueEncinar)
License: GNU GPLv3+
Description: 
        **EmailFinder - Search emails through Search Engines**
        ======================================================
        
        Installation:
        -------------
        
            > pip3 install emailfinder
        
        Upgrades are also available using:
        
            > pip3 install emailfinder --upgrade
        
        Search Engines
        --------------
        
        - google: Ok (note cookies policy and Captcha!).
        - bing: OK.
        - baidu: OK (few requests).
        - bing: Hunting Robots very fast.
        
        Usage
        -----
        
        EmailFinder can be used in 2 ways:
        
        CLI
        ---
        
            emailfinder -d domain.com
        
        Parameters: 
        
        - d: Specifies the target domain.
        - v: Show EmailFinder version.
        
        
        In Code
        -------
        
        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")
        
        
        Author
        ======
        
        This project has been developed by:
        
        -  **Josué Encinar García** -- https://twitter.com/JosueEncinar
        
        
        Disclaimer!
        ===========
        
        The software is designed to check a company's emails found in the search engines. The author is not responsible for any
        illegitimate use.
        
        
        
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
