A simple way to use temporary email.
Project description
T_email
=====
临时邮箱接口返回邮箱地址和邮件内容,用做接收验证码
Quick start
-----------
pip instll temporaty_email
.. code:: python
from temporaty_email.temporary_email import TemporaryEmail
t_email = TemporaryEmail()
print(t_email.get_email_address())
while True:
if t_email.check_received_email():
content = t_email.get_email_content()
print(content)
break
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
=====
临时邮箱接口返回邮箱地址和邮件内容,用做接收验证码
Quick start
-----------
pip instll temporaty_email
.. code:: python
from temporaty_email.temporary_email import TemporaryEmail
t_email = TemporaryEmail()
print(t_email.get_email_address())
while True:
if t_email.check_received_email():
content = t_email.get_email_content()
print(content)
break
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
temporary_email-0.5.tar.gz
(3.5 kB
view details)
File details
Details for the file temporary_email-0.5.tar.gz
.
File metadata
- Download URL: temporary_email-0.5.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
f42ecbc227bace2c954241b968cf2f3edd86fec7a6523f52ad8d99892727072f
|
|
MD5 |
6d4288196299b34ccd15976e17bf4c6b
|
|
BLAKE2b-256 |
b097e42db043e90caaae403142f3e813c2a828c00cbf9b57f587279dc88b0193
|