Simple temporary email client using 10minutemail
Project description
Made By RedZedKing , PARAHEX TEAM THE BEST
to install:
pip install redzed_fakemail
- Usage :
from redzed_fakemail import Email e = Email() mail = e.Mail() print("Your temp email:", mail["mail"]) seen_mail = set() while True: msgs = e.inbox() if msgs: for msg in msgs: if msg["topic"] not in seen_mail: seen_mail.add(msg["topic"]) print(msg["from"], "->", msg["topic"]) print(msg["message"])
Telegram : Click Here
YouTube : Click Here
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
redzed_fakemail-0.1.0.tar.gz
(3.1 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 redzed_fakemail-0.1.0.tar.gz.
File metadata
- Download URL: redzed_fakemail-0.1.0.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
331f33ae3f809f89493700862eef0767e570cbc2ad237529866a2cef22090300
|
|
| MD5 |
61ddbc6d45f55fdce8b1877f4ca90f47
|
|
| BLAKE2b-256 |
9cd6cbcee8b3782a294989bdcf7d5380e379f512314a177528d9c06f684cc370
|
File details
Details for the file redzed_fakemail-0.1.0-py3-none-any.whl.
File metadata
- Download URL: redzed_fakemail-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
37f2a8317c6ab62d6a198db3c20acdff5479682b6ade5eb9e7d9a7be49f699aa
|
|
| MD5 |
10c3dfe0cf8322b8132922f6803ae104
|
|
| BLAKE2b-256 |
4705a60d15309fb5a3be2951ca1bf137e085ad09ada74b0a378e795218442779
|