Official Python SDK for FreeCustom.Email — disposable inboxes, OTP extraction, real-time WebSocket delivery
Project description
FreeCustom.Email Python SDK
Official Python SDK for FreeCustom.Email — disposable inboxes, OTP extraction, and real-time WebSocket delivery.
Installation
pip install freecustom-email
Quick Start
import asyncio
from freecustom import FreecustomEmailClient
async def main():
client = FreecustomEmailClient(api_key="fce_...")
# Register an inbox
await client.inboxes.register("test@example.com")
# Wait for OTP
otp = await client.otp.wait_for("test@example.com")
print(f"Your OTP is: {otp}")
if __name__ == "__main__":
asyncio.run(main())
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
freecustom_email-1.0.0.tar.gz
(12.6 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 freecustom_email-1.0.0.tar.gz.
File metadata
- Download URL: freecustom_email-1.0.0.tar.gz
- Upload date:
- Size: 12.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0a24017c86e62a516b31e9816b40126f4cbb8f04d2dff9a2a3b19b3c5c66a159
|
|
| MD5 |
b559ccfc6bc434741d53963dc5577aad
|
|
| BLAKE2b-256 |
f8c9f241c1cd51a643d6975665062525ada0af259fc259bdd49a9b44e924f036
|
File details
Details for the file freecustom_email-1.0.0-py3-none-any.whl.
File metadata
- Download URL: freecustom_email-1.0.0-py3-none-any.whl
- Upload date:
- Size: 17.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9632f4e89181a4b6f3e10ec75c628867819542f3d895697205880c8a8527a5ff
|
|
| MD5 |
58f1f8680d57b5633b94bf04eb30c0a4
|
|
| BLAKE2b-256 |
9db16b70ad355f701c18046b5216a7b42ba411c8caa496bcf5dd692f7b6a9e23
|