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 tempMil2
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
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
tempMail2-1.0.1.tar.gz
(3.8 kB
view details)
Built Distribution
File details
Details for the file tempMail2-1.0.1.tar.gz
.
File metadata
- Download URL: tempMail2-1.0.1.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0833dff38646186fdd267d21e986e6efdca32c320a7a82f893e714eab413933b |
|
MD5 | 3a273b13950404ee28d9b2374f8a0348 |
|
BLAKE2b-256 | 3beda9e4b3e423f58e582dde65f2968d05ba3587d7cd9dd5e369ef8e80b0c217 |
File details
Details for the file tempMail2-1.0.1-py2-none-any.whl
.
File metadata
- Download URL: tempMail2-1.0.1-py2-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4f521e25fbc14aaf0e53f503818c61db83daebf0f5bbb0d8e8fed328c945b340 |
|
MD5 | 851bae740037f19f1a16b9caa45f8504 |
|
BLAKE2b-256 | adfbb29de174a18663223c66f45901d84d345ce93ded3f1ce5d6a7c69bfb96ee |