Skip to main content

Library to search domain names in text data

Project description

find_domains Documentation

This library is for searching domain names in raw text data. First it searches domain-like strings using simple regexp. Then it uses list of top level domain names to remove names which could be a domain name i.e. last segment is not top level domain name. TLD list is provided by tldextract library, technicall that means that when you will use find_domains in first time it will download top level domains list (this is tldextract behaviour).

Installation

pip install -U find_domains

Usage

from find_domains import find_domains

data = """
foo bar google.com foo.bar.com domain.info
превед-медвед.рф
"""

for domain in find_domains(data):
    print(domain)

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

find_domains-0.0.6.tar.gz (3.2 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