python wrapper for tempmail.io
Project description
tempmailio
Description
python wrapper for tempmail.io
Install
pip install tempmailio
# or
pip3 install tempmailio
Usage
import time
from tempmailio import *
mail = TempMailI0(
user_name='test',
domain=Domain.cloudmail()
)
success = mail.create_email()
print(mail.email_address)
while True:
inbox = mail.get_inbox()
if len(inbox) > 0mermaid :
inbox[0].jsonprint()
exit(0)
time.sleep(2.5)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tempmailio-0.0.4.tar.gz
(4.2 kB
view details)
Built Distribution
File details
Details for the file tempmailio-0.0.4.tar.gz
.
File metadata
- Download URL: tempmailio-0.0.4.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7bc02f1dc520882a2c380ce680b06e597a9a0980d9cb3e7b195cc07d6f111815 |
|
MD5 | 2f2d49bc6183558cd260015f9d3b3f49 |
|
BLAKE2b-256 | b73773055832b76badd5c8aa0b7113813f29978b85fb1c18e1349f77821a54af |
File details
Details for the file tempmailio-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: tempmailio-0.0.4-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a08a0341023c05439ab5a586ae01358eca4c89d0af521e351c62f94f6a7612c6 |
|
MD5 | 44c28f8add1802871153ac11ecac8abf |
|
BLAKE2b-256 | a6f2add39fde85c732f60de931d2b3b6bc8fb625b46ba4ea5668a5525c05456c |