Skip to main content

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

This version

1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tempmail_py-1.0.tar.gz (3.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tempmail_py-1.0-py3-none-any.whl (4.0 kB view details)

Uploaded Python 3

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

Hashes for tempmail_py-1.0.tar.gz
Algorithm Hash digest
SHA256 5e74746e819d5eff74ef0eb2b158894633d80c3c4d3fe8d947daada3dee95d7d
MD5 ea44653992fac4220073bb9604e3e9a2
BLAKE2b-256 f974cd98fa86b0b2b0e70c2128d1ebc40c8f5111879250e94277e0951c1fd4e0

See more details on using hashes here.

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

Hashes for tempmail_py-1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 bff819da7461157c2fba3cb3a0359638a78cd0d424db3d621a189ba9fef68293
MD5 cc6fe20008e2287549df33949cb1b113
BLAKE2b-256 a1334a7fe2514760afbcf8169ae8e4387a9368f5983f3b44531cc0d85c69b3c9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page