Skip to main content

Extract email addresses from given URL.

Project description

Extract emails from a given website

Requirements

  • Python3

  • requests

  • lxml

  • fake-useragent

Installation

pip install extract_emails

Usage

from extract_emails import ExtractEmails

em = ExtractEmails(url, depth=None, print_log=False, ssl_verify=True, user_agent='random')
emails = em.emails
  • url: str, ex: http://example.com

  • depth: int, depth of scan

  • print_log: boolean, print log or not

  • ssl_verify: boolean

  • user_agent: str

ssl_verify - use to avoid errors like this: *exceeded with url: /api/v1/pods?watch=False (Caused by SSLError(SSLError(1, ‘[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:777)’),))*

user_agent - you can choose from several user agents: ie, msie, opera, chrome, google, firefox, safari, or random

Return list of emails.

Changelog

Version 2.0.0

  • Replaced BeautifulSoup to lxml

  • Improved regex for emails

  • Added different user agents

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

extract_emails-2.0.1.tar.gz (2.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page