Skip to content

Python module to check if a domain name or email address belongs to an ISP by looking up a list of ISP domain names.

License

Notifications You must be signed in to change notification settings

pablodiazgutierrez/ispcheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ispcheck

Python module to check if a domain name or email address belongs to an ISP by looking up a list of ISP domain names.

The list of ISP domains is by no means all inclusive. If you'd like to include an ISP that's not in the system, feel free to send me a line or create a pull request.

How to use

In [1]: from ispcheck import check_domain, check_email

In [2]: is_isp_domain('gmail.es')
Out[2]: True

In [3]: is_isp_email('foo@appfluence.com')
Out[3]: False

About

Python module to check if a domain name or email address belongs to an ISP by looking up a list of ISP domain names.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages