[![Telegram channel](https://img.shields.io/endpoint?url=https://runkit.io/damiankrawczyk/telegram-badge/branches/master?url=https://t.me/n4z4v0d)](https://t.me/n4z4v0d)
[![PyPI supported Python versions](https://img.shields.io/pypi/pyversions/better-automation.svg)](https://www.python.org/downloads/release/python-3116/)
[![works badge](https://cdn.jsdelivr.net/gh/nikku/works-on-my-machine@v0.2.0/badge.svg)](https://github.com/nikku/works-on-my-machine)
Library for working with the service https://www.emailnator.com/
```python
import asyncio
from pyemailnator import CreateClient
async def main() -> str:
client: CreateClient = CreateClient()
random_email: str = await client.get_email()
last_message: dict = await client.get_last_message_data(email=random_email)
message_id: str = last_message['messageID']
message_text: str = await client.get_message(email=random_email,
message_id=message_id)
return message_text
if __name__ == '__main__':
print(asyncio.run(main()))
```
# DONATE (_any evm_) - 0xDEADf12DE9A24b47Da0a43E1bA70B8972F5296F2
Raw data
{
"_id": null,
"home_page": "https://github.com/nazavod777/pyemailnator",
"name": "pyemailnator",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.11",
"maintainer_email": "",
"keywords": "emailnator smartnator email temp_mail free_mail",
"author": "nazavod",
"author_email": "n4z4v0d@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/5a/fb/d77ad9969dd82248b34c4a927f3644b7654f93a9398571cc48a91367cb1a/pyemailnator-0.0.1.tar.gz",
"platform": null,
"description": "[![Telegram channel](https://img.shields.io/endpoint?url=https://runkit.io/damiankrawczyk/telegram-badge/branches/master?url=https://t.me/n4z4v0d)](https://t.me/n4z4v0d)\n[![PyPI supported Python versions](https://img.shields.io/pypi/pyversions/better-automation.svg)](https://www.python.org/downloads/release/python-3116/)\n[![works badge](https://cdn.jsdelivr.net/gh/nikku/works-on-my-machine@v0.2.0/badge.svg)](https://github.com/nikku/works-on-my-machine) \n\nLibrary for working with the service https://www.emailnator.com/\n```python\nimport asyncio\nfrom pyemailnator import CreateClient\n\nasync def main() -> str:\n client: CreateClient = CreateClient()\n random_email: str = await client.get_email()\n last_message: dict = await client.get_last_message_data(email=random_email)\n\n message_id: str = last_message['messageID']\n\n message_text: str = await client.get_message(email=random_email,\n message_id=message_id)\n \n return message_text\n \nif __name__ == '__main__':\n print(asyncio.run(main()))\n\n```\n# DONATE (_any evm_) - 0xDEADf12DE9A24b47Da0a43E1bA70B8972F5296F2\n\n",
"bugtrack_url": null,
"license": "",
"summary": "EmailNator Lib",
"version": "0.0.1",
"project_urls": {
"GitHub": "https://github.com/nazavod777/pyemailnator",
"Homepage": "https://github.com/nazavod777/pyemailnator"
},
"split_keywords": [
"emailnator",
"smartnator",
"email",
"temp_mail",
"free_mail"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "105b2b56e4a33fcd742fec0eadef006e77a053f43053b9e16ecde26e01a4c3c2",
"md5": "c8c0c7bcc27b335c36fe0cef0e07e586",
"sha256": "54c8d5d08d4156b1e0fe5696da49959c6a44b9f2f72432d965d04e9f139835f4"
},
"downloads": -1,
"filename": "pyemailnator-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c8c0c7bcc27b335c36fe0cef0e07e586",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11",
"size": 3487,
"upload_time": "2023-12-17T14:21:04",
"upload_time_iso_8601": "2023-12-17T14:21:04.021390Z",
"url": "https://files.pythonhosted.org/packages/10/5b/2b56e4a33fcd742fec0eadef006e77a053f43053b9e16ecde26e01a4c3c2/pyemailnator-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5afbd77ad9969dd82248b34c4a927f3644b7654f93a9398571cc48a91367cb1a",
"md5": "0efa242d8925c7b7a5efaa42adf729d1",
"sha256": "d5e8c8f94366cf5ac636a1d8f6b1f012524fb5e5dbba0c38061210b8f72e7e04"
},
"downloads": -1,
"filename": "pyemailnator-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "0efa242d8925c7b7a5efaa42adf729d1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.11",
"size": 2967,
"upload_time": "2023-12-17T14:21:05",
"upload_time_iso_8601": "2023-12-17T14:21:05.904183Z",
"url": "https://files.pythonhosted.org/packages/5a/fb/d77ad9969dd82248b34c4a927f3644b7654f93a9398571cc48a91367cb1a/pyemailnator-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-12-17 14:21:05",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "nazavod777",
"github_project": "pyemailnator",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [],
"lcname": "pyemailnator"
}