{"id":18029833,"url":"https://github.com/zeioth/django-email-blacklist","last_synced_at":"2025-03-27T03:31:13.114Z","repository":{"id":26389225,"uuid":"29838733","full_name":"Zeioth/django-email-blacklist","owner":"Zeioth","description":"Python class to detect Disposable Emails.","archived":false,"fork":false,"pushed_at":"2024-01-21T13:31:52.000Z","size":17,"stargazers_count":20,"open_issues_count":1,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T13:29:04.931Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Zeioth.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null},"funding":{"github":"Zeioth","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2015-01-26T00:52:57.000Z","updated_at":"2024-10-09T16:49:56.000Z","dependencies_parsed_at":"2024-01-21T14:45:08.824Z","dependency_job_id":null,"html_url":"https://github.com/Zeioth/django-email-blacklist","commit_stats":{"total_commits":13,"total_committers":2,"mean_commits":6.5,"dds":"0.23076923076923073","last_synced_commit":"e863013e7edd7b0bb4e2c7242c6a01c8da6b0cab"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zeioth%2Fdjango-email-blacklist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zeioth%2Fdjango-email-blacklist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zeioth%2Fdjango-email-blacklist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Zeioth%2Fdjango-email-blacklist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Zeioth","download_url":"https://codeload.github.com/Zeioth/django-email-blacklist/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245778610,"owners_count":20670682,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-30T09:11:37.846Z","updated_at":"2025-03-27T03:31:12.644Z","avatar_url":"https://github.com/Zeioth.png","language":"Python","funding_links":["https://github.com/sponsors/Zeioth"],"categories":[],"sub_categories":[],"readme":"Django-email-blacklist\n======================\n\nPython class to detect fake email providers. It checks each email against a blacklist of ~890 domains used by various disposable email services. Tested in production with Django. This package requires Python 3, for Python 2.7 support `see here. \u003chttps://github.com/aaronbassett/DisposableEmailChecker\u003e`__\n\nInstallation\n------------\n\nInstall it using ``pip`` and add it to  your Django INSTALLED_APPS::\n    \n    $ pip install django-email-blacklist\n    \nCreate a folder in your templates directory and download the example email blacklist::\n\n    $ wget https://raw.github.com/zeioth/django-email-blacklist/master/disposable_email_domains.txt\n\nAdd this to to your ``settings.py``::\n\n    DISPOSABLE_EMAIL_DOMAINS = \"/path_to_your/disposable_email_domains.txt\"\n\nUsage\n--------\n\nTo use the checker in your own scripts::\n\n    \u003e\u003e\u003e from django_email_blacklist import DisposableEmailChecker\n    \n    \u003e\u003e\u003e email_checker = DisposableEmailChecker()\n    \u003e\u003e\u003e email_checker.is_disposable(\"foo@guerrillamail.com\")\n    True\n\nUpdates\n-----------\n\n-  Jan 2015: Stable release\n-  Dec 2016: All it's working fine. No changes.\n-  Dec 2017: All it's working fine. No changes.\n-  Dec 2018: All it's working fine. No changes.\n-  May 2019: All it's working fine. No changes.\n-  Jul 2020: All it's working fine. No changes.\n-  Jan 2023: All it's working fine. No changes.\n-  Jan 2024: All it's working fine. No changes.\n\nCredits\n--------\nThis is a fork from DisposableEmailChecker by aaronbassett, maintained by Zeioth.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeioth%2Fdjango-email-blacklist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzeioth%2Fdjango-email-blacklist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzeioth%2Fdjango-email-blacklist/lists"}