Skip to main content

python wrapper for tempmail.io

Project description

tempmailio

python_version PyPI downloads/month

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


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 hashes)

Uploaded Source

Built Distribution

tempmailio-0.0.4-py3-none-any.whl (6.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page