文件名称:temp-mail:for temp-mail.org的python API包装器
文件大小:4KB
文件格式:ZIP
更新时间:2024-05-29 05:36:27
Python
临时邮件 用于服务的Python API包装器。 临时邮件是一项服务,可让您免费使用匿名电子邮件。 您可以在查看完整的API规范。 要求 -必填。 可选,可提高JSON解码的速度。 安装 用pip安装: $ pip install temp-mail 用法 从给定的电子邮件登录名和域中获取所有电子邮件: from tempmail import TempMail tm = TempMail(login='denis', domain='@gnail.pw') print tm.get_mailbox() # list of emails in denis@gnail.pw 生成电子邮件地址并从中获取电子邮件: from tempmail import TempMail tm = TempMail() email = tm.get_email_address() # v5gwnr
【文件预览】:
temp-mail-master
----MANIFEST.in(55B)
----README.rst(1KB)
----CHANGES.rst(206B)
----LICENSE(1KB)
----setup.py(1KB)
----.gitignore(303B)
----tempmail.py(3KB)