Create a temporal e-mail using the 10minutemail service.
Go to file
kirbylife 76a487b98b added a way to get the messages recieved 2019-10-03 12:40:20 -05:00
README.md Initial commit 2019-07-08 12:12:07 -05:00
tenminutesemail.py added a way to get the messages recieved 2019-10-03 12:40:20 -05:00

README.md

tenminutesemail_py

Create a temporal e-mail using the 10minutemail service.

Dependencies

  • Python 3.x
  • requests
  • datetime

Usage

Generate a new e-mail

In [1]: email = TenMinutesEmail()
In [2]: email
Out[2]: (b3763093@urhen.com, seconds_left=594)

Check seconds left

In [3]: email.seconds_left()
Out[3]: 472

You can use email.seconds_left(True), to get a more precise value but is a little bit more slow

Verify if the e-mail is expired

In [4]: email.is_alive()
Out[4]: True

You can use email.is_alive(True), to get a more precise value but is a little bit more slow

Request 10 minutes more

In [5]: email.reset_time()

TO-DO

  1. Access to the e-mail received