Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 477 Bytes

File metadata and controls

26 lines (20 loc) · 477 Bytes

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'