{"id":29108638,"url":"https://github.com/nemuelw/mailcheck","last_synced_at":"2025-06-29T06:11:49.714Z","repository":{"id":229589222,"uuid":"773430251","full_name":"nemuelw/mailcheck","owner":"nemuelw","description":"Python wrapper for the MailCheck.ai API","archived":false,"fork":false,"pushed_at":"2024-03-25T08:46:06.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-05T21:34:11.487Z","etag":null,"topics":["api-client","api-wrapper","domain-validation","email-validation","mailcheck","mailcheckai","pypi-package","python-package","python-wrapper-api","python-wrapper-library"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/mailcheck","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nemuelw.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-17T16:35:37.000Z","updated_at":"2024-08-05T21:34:25.372Z","dependencies_parsed_at":null,"dependency_job_id":"e8608046-af20-46da-b725-78ba6082b382","html_url":"https://github.com/nemuelw/mailcheck","commit_stats":null,"previous_names":["nemzyxt/mailcheck","nemuelw/mailcheck"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/nemuelw/mailcheck","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nemuelw%2Fmailcheck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nemuelw%2Fmailcheck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nemuelw%2Fmailcheck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nemuelw%2Fmailcheck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nemuelw","download_url":"https://codeload.github.com/nemuelw/mailcheck/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nemuelw%2Fmailcheck/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262545028,"owners_count":23326665,"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":["api-client","api-wrapper","domain-validation","email-validation","mailcheck","mailcheckai","pypi-package","python-package","python-wrapper-api","python-wrapper-library"],"created_at":"2025-06-29T06:11:49.640Z","updated_at":"2025-06-29T06:11:49.708Z","avatar_url":"https://github.com/nemuelw.png","language":"Python","readme":"# mailcheck\n\nPython wrapper for the MailCheck.ai API\n\n## Installation\n\n```bash\npip install mailcheck\n```\n\n## Usage\n\n### Import package\n\n```python\nfrom mailcheck import MailCheckClient\n```\n\n### Instantiate client\n\nWithout API key:\n\n```python\nclient = MailCheckClient()\n```\n\nWith API key (for Pro plan users):\n\n```python\nclient = MailCheckClient(YOUR_MAILCHECK.AI_API_KEY)\n```\n\n### Check domain name\n\n```python\nresponse = client.check_domain('google.com')\nprint(response)\n```\n\nOutput:\n\n```bash\n{\n    'status': 200,\n    'domain': 'google.com',\n    'mx': True,\n    'disposable': False,\n    'public_domain': False,\n    'did_you_mean': None\n}\n```\n\n### Check email address\n\n```python\nresponse = client.check_email('bill@microsoft.com')\nprint(response)\n```\n\nOutput:\n\n```bash\n{\n    'status': 200,\n    'email': 'bill@microsoft.com',\n    'domain': 'microsoft.com',\n    'mx': True,\n    'disposable': False,\n    'public_domain': False,\n    'alias': False,\n    'did_you_mean': None\n}\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnemuelw%2Fmailcheck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnemuelw%2Fmailcheck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnemuelw%2Fmailcheck/lists"}