Wrapper for online service which provides temporary email address: https://www.1secmail.com/api/
Project description
# Temp-Mail Api Wrapepr Python API wrapper for 1secmail.com/api/. Temp mail lets you use anonymous emails for free ## Requirements - requests ## Installation - pip install
## Usage Get list of active domains ` from tempmail import TempMail email = TempMail() # you can youse your login print(email.get_list_of_active_domain()) ` Generate random email address
` from tempmail import TempMail email = TempMail() # you can youse your login email.generate_random_email_address() ` Get your login and domain ` from tempmail import TempMail email = TempMail() get.login() get.domain() ` Download Attachment from MailBox ` from tempmail import TempMail() email = TempMail(login='login') email.download_attachments_by_id(id=12312,attachemnts='file.jpg') `
Download all Files from MailBox ` from tempmail import TempMail() email = TempMail(login='login') email.download_all_files() `
Get list of emails ` from tempmail import TempMail() email = TempMail(login='login') email.get_list_of_emails() `
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
File details
Details for the file temp-email-0.2.tar.gz
.
File metadata
- Download URL: temp-email-0.2.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.8.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 96a0d8c429ac2269e74b3f5510c732ee4df129bce5727f8a9f6591557f87f6ff |
|
MD5 | e17e3daa20b7bc4aa7ff180ca5ce708b |
|
BLAKE2b-256 | e0ad50754b59107e86e554ceb7cd21185935ee9efee10b7b0bc77e23a37f6ed1 |