Skip to content

⚙️ Generate randomized emails for your catchall address.

Notifications You must be signed in to change notification settings

joelcloud/catchall-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

catchall-generator

Generate randomized emails for your catchall address.

Installation

pip install git+https://github.com/joelcloud/catchall-generator

Usage

from catchall_generator import Catchall

catchall = Catchall('@mycatchall.com')

>>> catchall.generate()
'alan.z.rodriguez@mycatchall.com'

>>> catchall.generate_male()
'johnlove985@mycatchall.com'

>>> catchall.generate_female()
'kathrynbrooks@mycatchall.com'

About

⚙️ Generate randomized emails for your catchall address.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages