Skip to main content

Python wrapper for online service which provides temporary email address: https://temp-mail.org/ V2

Project description

Python API Wrapper version 2 for temp-mail.org service. Temp-mail.org is a service which lets you use anonymous emails for free. You can view full API specification in api.temp-mail.org.

Requirements

requests - required.

You can install it through

$ pip install requests

Installation

Installing with pip:

$ pip install tempMail2

Usage

Get all emails from given email login and domain:

from tempMail2 import TempMail

tm = TempMail(login='denis', domain='@gnail.pw')
print tm.get_mailbox()  # list of emails in denis@gnail.pw

Generate email address and get emails from it:

from tempMail2 import TempMail

tm = TempMail()
email = tm.get_email_address()  # v5gwnrnk7f@gnail.pw
print tm.get_mailbox(email)  # list of emails

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

tempMail2-1.0.2.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

tempMail2-1.0.2-py2-none-any.whl (3.1 kB view hashes)

Uploaded Python 2

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