Temp email wrapper using 1secmail.com api
Project description
TempMailX
A python lib for reciving emails using 1secmail.com api.
Example
import time
from tempmailx import TempMail
mail = TempMail()
print(mail.email)
while True:
emails = mail.fetch_emails()
for email in emails:
dat = email.fetch_data()
print(dat['text'])
time.sleep(5)
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
tempmailx-1.1.tar.gz
(9.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tempmailx-1.1.tar.gz.
File metadata
- Download URL: tempmailx-1.1.tar.gz
- Upload date:
- Size: 9.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
00b398ccf7d72fc5fcc5cf1a599e1642e7dd41dfdf0a4f8d3d39acfbfcd99410
|
|
| MD5 |
23b62e8e6a5a721b8f7f4a788be8c544
|
|
| BLAKE2b-256 |
fc530a942a0c1453cb5ce214779453b004d490cc6929e5ce4a05be51aeb8239b
|
File details
Details for the file tempmailx-1.1-py3-none-any.whl.
File metadata
- Download URL: tempmailx-1.1-py3-none-any.whl
- Upload date:
- Size: 2.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
da3382fb1abc5450bea31fc002d84b4fd090565d33c43faf83f7089077bfe725
|
|
| MD5 |
3b46c3abe41b8e41f289eca649da9cea
|
|
| BLAKE2b-256 |
438e8b789160dc6aec9832d8fc428ac9f56c7b783fbfb401caea6356acad128a
|