Socket
Socket
Sign inDemoInstall

tempmailx

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    tempmailx

Temp email wrapper using 1secmail.com api


Maintainers
1

Readme

TempMailX

A python lib for reciving emails using 1secmail.com api.


Example

import time
from tempmailx import TempMail

mail = TempMail()
print(mail.email)

while True:
    emails = mail.fetch_emails()

    for email in emails:
        dat = email.fetch_data()
        print(dat['text'])
    time.sleep(5)

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc