nakoo / Gmailnator.py

Python wrapper to access Gmailnator programmatically

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gmailnator.py

Temporary fix by bgbusted until I get around to fixing the original version

Python wrapper to access Gmailnator programmatically


What is Gmailnator?

Gmailnator is a free service that allows getting instant temporary email it is also known as "tempmail", "10 minute mail", "throw away mail", "disposable mail", fake email, and "trash mail". It is used to prevent spam into your personal email address. Most of the sites require to register in order to view content, post comments,or download files like forums, blogs, public WI-FI spots, etc. you can use gmailnator to get instant email without using your real email address.

Gmailnator is the most advanced temporary email service on the web because it offers you to use a Gmail email address in which other temp mail providers are not supported.


Warning

Never use temporary mail for important information. It is a public email and can be accessed by anyone and your mail address is only temporary. Gmailnator email messages are auto-deleted after 24 hours and has a 7 Days Backup of all Emails.


Example

Gmailnator = Gmailnator()
gmailEmail = Gmailnator.getEmail()

print(gmailEmail)
print(Gmailnator.receiveInbox())

About

Python wrapper to access Gmailnator programmatically

License:GNU General Public License v3.0


Languages

Language:Python 100.0%