Minuteinbox API Wrapper
Project description
PyMinuteInbox
A simple python api wrapper libary for https://www.minuteinbox.com
Installation
Run the following command to install
$ pip install pyminuteinbox
Usage
# Import the libary
from pyminuteinbox import TempMailInbox, TempMail
# Create new Temp Mail Inbox
inbox = TempMailInbox()
# Fetch the latest mail
mail: TempMail = inbox.get_latest_mail()
# Print the inbox amount
print(f'Currently {str(len(inbox_get_all_mails()))} mails in inbox.')
print(f'Mail {mail.subject} from {mail.sender} received.')
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
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 pyminuteinbox-0.9-py3-none-any.whl.
File metadata
- Download URL: pyminuteinbox-0.9-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
976a4f89ca7c8f0fc994be76b2194f7a1cadbb76434ba8ca0c846d6d4e4bbeec
|
|
| MD5 |
c54d1b27bfb52956f0bef4a91195fbe5
|
|
| BLAKE2b-256 |
43afd525551ea5ea1793f7d6099f9c878e583dcbc5d6575bbbefc98f12954a37
|