Giter Site home page Giter Site logo

omkarcloud / omkar-temp-mail Goto Github PK

View Code? Open in Web Editor NEW
12.0 1.0 6.0 16 KB

๐Ÿš€ OMKAR TEMP MAIL HELPS YOU USE TEMPORARY EMAILS. ๐Ÿค–

Home Page: https://www.omkar.cloud/bose/docs/niceties/temp-mail/

License: MIT License

Python 100.00%
10minute 10minutemail disposable-email disposable-email-addresses free-mail mail-api temp-mail tempmail temporary-email beautifulsoup

omkar-temp-mail's Introduction

omkar

โœจ Omkar Temp Mail โœจ

(Programming Language - Python 3)

omkar-temp-mail forks Repo stars omkar-temp-mail License issues

View


Omkar Temporary Email offers a convenient solution for receiving temporary emails.

Getting Started

To get started with Omkar Temp Mail install omkar-temp-mail using the following command:

python -m pip install omkar-temp-mail

Usage

  1. get_domains Returns a list of available domain options for generating temporary email addresses.
from omkar_temp_mail import TempMail

domains = TempMail.get_domains()
print(domains) # prints ['1secmail.com', '1secmail.org', '1secmail.net', 'kzccv.com', 'qiott.com', 'wuuvo.com', 'icznn.com', 'ezztt.com']
  1. get_email_link(email)

Get's the first link from the most recent email message received in the given email address.

from omkar_temp_mail import TempMail

email = "[email protected]"
link = TempMail.get_email_link(email)
print(link) 
  1. get_body(email)

Get's the content (text or HTML) from the most recent email message received in the given email address.

from omkar_temp_mail import TempMail

email = "[email protected]"
body = TempMail.get_body(email)
print(body) 
  1. deleteMailbox(email)

Deletes the mailbox associated with the provided email address.

from omkar_temp_mail import TempMail

email = "[email protected]"
TempMail.deleteMailbox(email)
  1. get_email_link_and_delete_mailbox(email)

Combines the functionality of get_email_link and deleteMailbox(email). It first retrieves the first link from the most recent email and then deletes the mailbox, returning the link.

from omkar_temp_mail import TempMail

email = "[email protected]"
link = TempMail.get_email_link_and_delete_mailbox(email)
print("Link:", link)

If my code helped you in generating Temporary Email, please take a moment to star the repository. Your act of starring will help developers in discovering our Repository and contribute towards helping fellow developers in their automation tasks. Dhanyawad ๐Ÿ™! Vande Mataram!

omkar-temp-mail's People

Contributors

chetan11-dev avatar chetanjainsirsa avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

omkar-temp-mail's Issues

bug

Hi. I am really appriciate for your projects. My code is

from omkar_temp_mail import TempMail

domains = TempMail.get_domains()
print(domains)

email = "[email protected]"
link = TempMail.get_email_link(email)
print(link)

and that is a print code

['1secmail.com', '1secmail.org', '1secmail.net', 'icznn.com', 'ezztt.com', 'vjuum.com', 'laafd.com', 'txcct.com']
No messages
Traceback (most recent call last):
File "C:\Users\Windows\Desktop\bot\hotmail\omkar-temp-mail-master\omkar_temp_mail\temp_mail.py", line 35, in retry_if_is_error
created_result = func()
^^^^^^
File "C:\Users\Windows\Desktop\bot\hotmail\omkar-temp-mail-master\omkar_temp_mail\temp_mail.py", line 134, in run
assert False
AssertionError
Retrying

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.