/tempMail

Get domains used in disposable emails.

Primary LanguagePythonMIT LicenseMIT

tempMail

Build Status Python application

Get domains used in disposable emails.

from tempmail import TempMailScrap

api = TempMailScrap()
api.load("./geckodriver") # loads the selenium's webdriver module of firefox
print(api.get_mail_list()) # get the list of domains
api.close() # close webdriver

geckodriver available at: https://github.com/mozilla/geckodriver/releases/