library for reading and receiving messages from https://tempmail.plus/ru/#!
Project description
To install with pip:
pip install templus
Code example:
import templus
client = templus.Client() #insert mail as an argument if you want to interact with it through a class attribute
mails = client.generate_mails(10)
print("generated mails: %s" % ", ".join(mails))
mail = mails[0]
msgs_ids = client.get_messages(mail).id
for id in msgs_ids:
print(client.read_message(id, mail).text)
Project links
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
templus-1.5.tar.gz
(3.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
templus-1.5-py3-none-any.whl
(3.8 kB
view details)
File details
Details for the file templus-1.5.tar.gz.
File metadata
- Download URL: templus-1.5.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b67b5c004799364468d94da2dc73f90d19d181e86f034876cbac90b423627419
|
|
| MD5 |
d9bf15dafe98bde392701e61702273c6
|
|
| BLAKE2b-256 |
d217004059b3d446122cfa5f0649d0452eb8be022023dc10a68d9ea898d10861
|
File details
Details for the file templus-1.5-py3-none-any.whl.
File metadata
- Download URL: templus-1.5-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a40acc7741b246768a3fd9a609587d007f0685687ef323ba4869767f9fda8582
|
|
| MD5 |
418f3e105ab81c609002d8295c9ae45a
|
|
| BLAKE2b-256 |
74aff8aa1612d79b16a23404b95ca6d51606ef4b75916443c7587801feebd107
|