Skip to content

Python tool used to validate if an email exist on most popular email domains.

License

Notifications You must be signed in to change notification settings

axelabbas/EmailCypher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

EmailCypher

Python tool used to validate if an email exist on most popular email domains.

-> Very low rate-limit chances

-> Accurate

-> Works on Gmail, Yahoo, Hotmail, Outlook.

How to use:

import Cypher
check_gmail = Cypher.gmail("user") //no @gmail.com
check_yahoo = Cypher.yahoo("user") //no @yahoo.com
check_outlook = Cypher.outlook("user") //no @outlook.com
check_hotmail = Cypher.hotmail("user") //no @hotmail.com

About

Python tool used to validate if an email exist on most popular email domains.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages