SkillAgentSearch skills...

Tempmailx

Temp email wrapper using 1secmail.com api

Install / Use

/learn @Godwhitelight/Tempmailx
About this skill

Quality Score

0/100

Supported Platforms

Universal

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)
View on GitHub
GitHub Stars6
CategoryDevelopment
Updated3y ago
Forks0

Languages

Python

Security Score

55/100

Audited on Dec 28, 2022

No findings