Python library with a set of known disposable email domains.

Dee Eye f310f1a27c Version 0.0.84 (#99) vor 2 Jahren
.github 88845fec28 Update cron workflow (#82) vor 2 Jahren
bin 6d565a1100 Force push in case a previous release failed vor 3 Jahren
disposable_email_domains f310f1a27c Version 0.0.84 (#99) vor 2 Jahren
source_data f310f1a27c Version 0.0.84 (#99) vor 2 Jahren
tests cfae9ae23e Updates from source repo vor 6 Jahren
.gitignore df44b7a7d0 Initial commit vor 8 Jahren
CONTRIBUTING.md 7e4ce44f07 Update repos (#73) vor 3 Jahren
LICENSE.txt df44b7a7d0 Initial commit vor 8 Jahren
MANIFEST.in 399610176d Version 0.0.62 (#66) vor 4 Jahren
README.md 7e4ce44f07 Update repos (#73) vor 3 Jahren
setup.cfg df44b7a7d0 Initial commit vor 8 Jahren
setup.py f310f1a27c Version 0.0.84 (#99) vor 2 Jahren
tox.ini 4e6977219e Migrate from TravisCI to Github Actions (#76) vor 3 Jahren

README.md

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.

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