2019-02-04 21:02:46 -06:00
2018-10-16 11:36:05 -07:00
2019-02-05 02:03:20 +00:00
2019-02-05 02:03:20 +00:00
2018-10-16 11:36:05 -07:00
2016-10-19 15:41:07 -04:00
2018-02-27 17:52:38 -06:00
2018-10-16 11:36:05 -07:00
2016-10-19 15:41:07 -04:00
2016-10-19 16:35:33 -04:00
2018-10-16 11:36:05 -07:00
2016-10-19 15:41:07 -04:00
2019-02-05 02:03:20 +00:00
2017-09-18 17:38:09 -05:00

Disposable Email Domains
========================

This module provides a set of known disposable email domains.

Usage
-----

The blocklist is a Python ``set`` containing all domains in the blocklist:

::

    >>> from disposable_email_domains import blocklist
    >>> 'bearsarefuzzy.com' in blocklist
    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.

.. _disposable-email-domains: https://github.com/martenson/disposable-email-domains

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 blocklist, you are
encouraged to make a pull request against the `source repository`_.

.. _source repository: https://github.com/martenson/disposable-email-domains
Description
A set of known disposable email domains.
Readme 168 KiB
Languages
Python 97.8%
Shell 2.2%