A simple module to get free disposable temporary email address
Project description
etempmail
A simple module to get free disposable temporary email address.
Installation
To install etempmail use pip:
pip install etempmail
Usage
from etempmail import TempMail
# recovery: str = None, url: str = 'https://etempmail.com', debug_response: bool = True
temp_mail = TempMail() # or TempMail('OGFHVIX7915')
print(temp_mail.id)
# 7915
print(temp_mail.email)
# sidavm5dhc@upperbox.xyz
print(temp_mail.recovery)
# OGFHVIX7915
print(temp_mail.inbox())
# [{'subject': 'test', 'from': 'Anonymousemail <noreply@gmail.com>', 'date': '16/08/2022 19:40:47', 'body': 'Test Body Code: 123'}]
temp_mail.recover('OGFHVSZ115741') # Recover email address
temp_mail.change() # Change email address
Note
You can use the following domains or similar:
License
The MIT License (MIT). Please see License File for more information.
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
etempmail-4.0.0.0.tar.gz
(3.6 kB
view details)
Built Distribution
File details
Details for the file etempmail-4.0.0.0.tar.gz
.
File metadata
- Download URL: etempmail-4.0.0.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6b046e7b917ad46630ebe16014829e55cb70f2814813ab0f85331be0e4e022fb |
|
MD5 | 03a9d2384ce831d274de10aa57625588 |
|
BLAKE2b-256 | 61986b2be89cc24fda3f551a4a85f2ae61ecdd99cc0656fa0000b82917761b6a |
File details
Details for the file etempmail-4.0.0.0-py3-none-any.whl
.
File metadata
- Download URL: etempmail-4.0.0.0-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4d0d996905bd9ebbf15a070a35b72e16e27b978193a74444f70c943b00172f72 |
|
MD5 | 0f7130eaae92a3203b2444ddd98030d1 |
|
BLAKE2b-256 | a10c7f70a0c7f00de5e5dba52a0510f106dc2169262f3851402a0f13fb05a5cd |