mailinator

A Python API for mailinator.com
Download

mailinator Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL v3
  • Price:
  • FREE
  • Publisher Name:
  • Timothy Mellor
  • Publisher web site:
  • https://github.com/mellort/

mailinator Tags


mailinator Description

Mailinator is a service which lets you use anonymous emails for free. mailinator is a Python module, a scraper for the website which lets you avoid the hassle of checking for updates to see if your desired email has arrived.import mailinatoremail = mailinator.get_newest_mail('my_username', time_delta=5)The above code will refresh the my_username@mailinator.com mailbox until an email arrives with a timestamp within the last five minutes.Additionally, you can view all of the mail for a particular mailbox:import mailinatoremails = mailinator.get_mail('my_username')Returns something like the following grinder-use Digest, Vo']Installpip install mailinatorCommand lineThis module also includes the command mailinator which is simply a call to get_newest_mail with the first command line argument treated as the user name.Product's homepage


mailinator Related Software