temp-mail

October 8, 2013 ยท View on GitHub

Python API Wrapper for temp-mail.ru <https://temp-mail.ru/>_ service. Temp-mail is a service which lets you use anonymous emails for free. You can view full API specification in api.temp-mail.ru <http://api.temp-mail.ru/>_.

Requirements

requests <https://crate.io/packages/requests/>_ - required.

simplejson <https://crate.io/packages/simplejson/>_ - optional, for a serious speed boost in JSON decode.

Installation

Installing with pip::

$ pip install temp-mail

Usage

Get all emails from given email login and domain::

from tempmail import TempMail

tm = TempMail(login='denis', domain='@gnail.pw')
print tm.get_mailbox()  # list of emails in denis@gnail.pw

Generate email address and get emails from it::

from tempmail import TempMail

tm = TempMail()
email = tm.get_email_address()  # v5gwnrnk7f@gnail.pw
print tm.get_mailbox(email)  # list of emails

.. image:: https://d2weczhvl823v0.cloudfront.net/saippuakauppias/temp-mail/trend.png :alt: Bitdeli badge :target: https://bitdeli.com/free