Generate Temp Email and get messages of generated email and use in your projects
Project description
TempEmail_py
inspired by https://pypi.org/project/minuteinbox-py/
##You can do with this package
- Create custom email
- get created email messages
- verify email is created or not
- delete your create email
Description
Create custom temporary e-mails and receive e-mails with MinuteInbox using python!. you can use these email in your projects
import library
from TempEmail import TempEmail
Exmaples
Create Custom email and receive mails
custom_email="demoemail"
email,session,cookies,flag=create_email(custom_email)
if flag:
while True:
data=get_inbox(session,cookies)
if data:
print(data)
break
else:
print("Waiting.....")
time.sleep(1)
email verify
res=verify_email_isCreated(custom_email,session,cookies)
print(res) '''return true if email is created otherwise false
delete email
delete_mail(session,cookies,email) #return True if email is delete
Disclaimer
I'm not associated in any way with MinuteInbox.com, if requested by them I will take down this repository. In this case please prove your Identity and send me an E-Mail. You can check my profile to find it.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tempmail_py-1.0.tar.gz.
File metadata
- Download URL: tempmail_py-1.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e74746e819d5eff74ef0eb2b158894633d80c3c4d3fe8d947daada3dee95d7d
|
|
| MD5 |
ea44653992fac4220073bb9604e3e9a2
|
|
| BLAKE2b-256 |
f974cd98fa86b0b2b0e70c2128d1ebc40c8f5111879250e94277e0951c1fd4e0
|
File details
Details for the file tempmail_py-1.0-py3-none-any.whl.
File metadata
- Download URL: tempmail_py-1.0-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bff819da7461157c2fba3cb3a0359638a78cd0d424db3d621a189ba9fef68293
|
|
| MD5 |
cc6fe20008e2287549df33949cb1b113
|
|
| BLAKE2b-256 |
a1334a7fe2514760afbcf8169ae8e4387a9368f5983f3b44531cc0d85c69b3c9
|