etempmail


Nameetempmail JSON
Version 4.0.0.0 PyPI version JSON
download
home_pagehttps://github.com/mahelbir/etempmail
SummaryA simple module to get free disposable temporary email address
upload_time2024-05-29 14:36:12
maintainerNone
docs_urlNone
authorMahmuthan Elbir
requires_python>=3.7
licenseMIT
keywords temp mail temporary mail disposable mail temp email etempmail etempmail.com
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # etempmail

[![PyPI](https://img.shields.io/pypi/v/etempmail)](https://pypi.org/project/etempmail/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/etempmail)](https://pypi.org/project/etempmail/)
[![PyPI - License](https://img.shields.io/pypi/l/etempmail)](https://pypi.org/project/etempmail/)

A simple module to get free disposable temporary email address.

## Installation

To install etempmail use pip:

```bash
pip install etempmail
```

## Usage

```python
from etempmail import TempMail

# recovery: str = None, url: str = 'https://etempmail.com', debug_response: bool = True
temp_mail = TempMail()  # or TempMail('OGFHVIX7915')

print(temp_mail.id)
# 7915

print(temp_mail.email)
# sidavm5dhc@upperbox.xyz

print(temp_mail.recovery)
# OGFHVIX7915

print(temp_mail.inbox())
# [{'subject': 'test', 'from': 'Anonymousemail <noreply@gmail.com>', 'date': '16/08/2022 19:40:47', 'body': 'Test Body Code: 123'}]

temp_mail.recover('OGFHVSZ115741')  # Recover email address
temp_mail.change()  # Change email address
```

## Note

You can use the following domains or similar:

+ https://etempmail.com
+ https://gecicimail.com.tr
+ https://toprakmail.com
+ https://segamail.com

## License

The MIT License (MIT). Please see [License File](LICENSE) for more information.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mahelbir/etempmail",
    "name": "etempmail",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "temp mail, temporary mail, disposable mail, temp email, etempmail, etempmail.com",
    "author": "Mahmuthan Elbir",
    "author_email": "me@mahmuthanelbir.com.tr",
    "download_url": "https://files.pythonhosted.org/packages/61/98/6b2be89cc24fda3f551a4a85f2ae61ecdd99cc0656fa0000b82917761b6a/etempmail-4.0.0.0.tar.gz",
    "platform": null,
    "description": "# etempmail\r\n\r\n[![PyPI](https://img.shields.io/pypi/v/etempmail)](https://pypi.org/project/etempmail/)\r\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/etempmail)](https://pypi.org/project/etempmail/)\r\n[![PyPI - License](https://img.shields.io/pypi/l/etempmail)](https://pypi.org/project/etempmail/)\r\n\r\nA simple module to get free disposable temporary email address.\r\n\r\n## Installation\r\n\r\nTo install etempmail use pip:\r\n\r\n```bash\r\npip install etempmail\r\n```\r\n\r\n## Usage\r\n\r\n```python\r\nfrom etempmail import TempMail\r\n\r\n# recovery: str = None, url: str = 'https://etempmail.com', debug_response: bool = True\r\ntemp_mail = TempMail()  # or TempMail('OGFHVIX7915')\r\n\r\nprint(temp_mail.id)\r\n# 7915\r\n\r\nprint(temp_mail.email)\r\n# sidavm5dhc@upperbox.xyz\r\n\r\nprint(temp_mail.recovery)\r\n# OGFHVIX7915\r\n\r\nprint(temp_mail.inbox())\r\n# [{'subject': 'test', 'from': 'Anonymousemail <noreply@gmail.com>', 'date': '16/08/2022 19:40:47', 'body': 'Test Body Code: 123'}]\r\n\r\ntemp_mail.recover('OGFHVSZ115741')  # Recover email address\r\ntemp_mail.change()  # Change email address\r\n```\r\n\r\n## Note\r\n\r\nYou can use the following domains or similar:\r\n\r\n+ https://etempmail.com\r\n+ https://gecicimail.com.tr\r\n+ https://toprakmail.com\r\n+ https://segamail.com\r\n\r\n## License\r\n\r\nThe MIT License (MIT). Please see [License File](LICENSE) for more information.\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A simple module to get free disposable temporary email address",
    "version": "4.0.0.0",
    "project_urls": {
        "Homepage": "https://github.com/mahelbir/etempmail"
    },
    "split_keywords": [
        "temp mail",
        " temporary mail",
        " disposable mail",
        " temp email",
        " etempmail",
        " etempmail.com"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a10c7f70a0c7f00de5e5dba52a0510f106dc2169262f3851402a0f13fb05a5cd",
                "md5": "0f7130eaae92a3203b2444ddd98030d1",
                "sha256": "4d0d996905bd9ebbf15a070a35b72e16e27b978193a74444f70c943b00172f72"
            },
            "downloads": -1,
            "filename": "etempmail-4.0.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0f7130eaae92a3203b2444ddd98030d1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 4268,
            "upload_time": "2024-05-29T14:36:11",
            "upload_time_iso_8601": "2024-05-29T14:36:11.578369Z",
            "url": "https://files.pythonhosted.org/packages/a1/0c/7f70a0c7f00de5e5dba52a0510f106dc2169262f3851402a0f13fb05a5cd/etempmail-4.0.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "61986b2be89cc24fda3f551a4a85f2ae61ecdd99cc0656fa0000b82917761b6a",
                "md5": "03a9d2384ce831d274de10aa57625588",
                "sha256": "6b046e7b917ad46630ebe16014829e55cb70f2814813ab0f85331be0e4e022fb"
            },
            "downloads": -1,
            "filename": "etempmail-4.0.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "03a9d2384ce831d274de10aa57625588",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 3646,
            "upload_time": "2024-05-29T14:36:12",
            "upload_time_iso_8601": "2024-05-29T14:36:12.829202Z",
            "url": "https://files.pythonhosted.org/packages/61/98/6b2be89cc24fda3f551a4a85f2ae61ecdd99cc0656fa0000b82917761b6a/etempmail-4.0.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-29 14:36:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mahelbir",
    "github_project": "etempmail",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "etempmail"
}
        
Elapsed time: 0.45077s