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
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.2.tar.gz
(3.8 kB
view details)
Built Distribution
File details
Details for the file tempMail2-1.0.2.tar.gz
.
File metadata
- Download URL: tempMail2-1.0.2.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 26342dbf8d84f3406e34d3ceebbcde68fed525fe8308454f7045332b8e0d4873 |
|
MD5 | 4408f7399799fb7515f0e7dc6f62c078 |
|
BLAKE2b-256 | 6e310845da3af52aecd8565463b539e23266e393ae4227f23aef6c34be54993e |
File details
Details for the file tempMail2-1.0.2-py2-none-any.whl
.
File metadata
- Download URL: tempMail2-1.0.2-py2-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f32b93cad1cafa02e8980bc515cfa5f15ec0c70715a4c7137618b08bb1c96326 |
|
MD5 | c9364ff762b242858c16ba67689fb22d |
|
BLAKE2b-256 | a83d4b281688c2891ea5641263c53c0d33ef45d9daf4fba21744bbe14bb5a341 |