daxlab / disposable-email-domains

A set of known disposable email domains.

Home Page:https://pypi.org/project/disposable-email-domains/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disposable Email Domains

This module provides a set of known disposable email domains.

Usage

The blacklist is a Python set containing all domains in the blacklist:

>>> from disposable_email_domains import blacklist
>>> 'bearsarefuzzy.com' in blacklist
True

The domains are guaranteed to be fully lowercased and stripped of whitespace.

Source

The source of this list is the disposable-email-domains project.

This module attempts to provide a mirror of that project as a Python module.

If you feel a domain should or shouldn't be on the blacklist, you are encouraged to make a pull request against the source repository.

About

A set of known disposable email domains.

https://pypi.org/project/disposable-email-domains/

License:MIT License


Languages

Language:Python 98.2%Language:Shell 1.8%