TMail


NameTMail JSON
Version 1.0.9 PyPI version JSON
download
home_pagehttps://github.com/zelvdsk/tmail
SummaryFree temporary email
upload_time2024-07-29 03:45:31
maintainerNone
docs_urlNone
authorIpan (zelvdsk)
requires_pythonNone
licenseNone
keywords tmail temporary email email sementara gmail temp mail 10 minute mail free temporary email free temp mail
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # tmail
Free temporary email (python library)
```
pip install tmail
```

# Usage Example 
import library 
```py
import requests
from tmail import TMail

tm = TMail()
```
displays the mail name
```py
print('Your Mail: '+ tm.mail)
```
check incoming messages
```py
while True:
    try:
        boxmail = tm.messages()
        if len(boxmail) != 0:
            print(boxmail)
            break
        else:
            continue
    except requests.exceptions.ConnectionError:
        continue
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/zelvdsk/tmail",
    "name": "TMail",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "tmail, temporary email, email sementara, gmail, temp mail, 10 minute mail, free temporary email, free temp mail",
    "author": "Ipan (zelvdsk)",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/04/09/52668d383bf6b22fe46658c62f253bad16d04b940a5f2bcd298ad3bbc269/tmail-1.0.9.tar.gz",
    "platform": null,
    "description": "# tmail\nFree temporary email (python library)\n```\npip install tmail\n```\n\n# Usage Example \nimport library \n```py\nimport requests\nfrom tmail import TMail\n\ntm = TMail()\n```\ndisplays the mail name\n```py\nprint('Your Mail: '+ tm.mail)\n```\ncheck incoming messages\n```py\nwhile True:\n    try:\n        boxmail = tm.messages()\n        if len(boxmail) != 0:\n            print(boxmail)\n            break\n        else:\n            continue\n    except requests.exceptions.ConnectionError:\n        continue\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Free temporary email",
    "version": "1.0.9",
    "project_urls": {
        "Homepage": "https://github.com/zelvdsk/tmail"
    },
    "split_keywords": [
        "tmail",
        " temporary email",
        " email sementara",
        " gmail",
        " temp mail",
        " 10 minute mail",
        " free temporary email",
        " free temp mail"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3c7aadbc679484554768c6974a52c45cf04c5b1f7ae324766beef7e810e08dba",
                "md5": "3a8693ce26740f335b2f5ed48be948b3",
                "sha256": "95d6edf1853fcfb740b97e8cf0b96033ef977bd0360ccd9a428c0da4616e149c"
            },
            "downloads": -1,
            "filename": "tmail-1.0.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3a8693ce26740f335b2f5ed48be948b3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4134,
            "upload_time": "2024-07-29T03:45:30",
            "upload_time_iso_8601": "2024-07-29T03:45:30.829759Z",
            "url": "https://files.pythonhosted.org/packages/3c/7a/adbc679484554768c6974a52c45cf04c5b1f7ae324766beef7e810e08dba/tmail-1.0.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "040952668d383bf6b22fe46658c62f253bad16d04b940a5f2bcd298ad3bbc269",
                "md5": "56c7ca59bf1daa84bd9c2234cf49c032",
                "sha256": "f8b92cbd2a876bece67ad9bcc66b7d7427a26e3901a31511052b81c915523cc4"
            },
            "downloads": -1,
            "filename": "tmail-1.0.9.tar.gz",
            "has_sig": false,
            "md5_digest": "56c7ca59bf1daa84bd9c2234cf49c032",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3318,
            "upload_time": "2024-07-29T03:45:31",
            "upload_time_iso_8601": "2024-07-29T03:45:31.977110Z",
            "url": "https://files.pythonhosted.org/packages/04/09/52668d383bf6b22fe46658c62f253bad16d04b940a5f2bcd298ad3bbc269/tmail-1.0.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-29 03:45:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "zelvdsk",
    "github_project": "tmail",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "tmail"
}
        
Elapsed time: 0.76257s