Skip to content

yervandgaloyan/AcademicEmailVerifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Academic Email Verifier

Identifies email addresses or domains names that belong to colleges or universities.

(https://github.com/yervandgaloyan/AcademicEmailVerifier/blob/main/LICENSE.txt)

Installation

    pip install AcademicEmailVerifier

Import library:

    from AcademicEmailVerifier.EmailVerifier import isEmailValid
    from AcademicEmailVerifier.EmailVerifier import isAcademic

Verify academic email address:

    isEmailValid("your@email.address")
    isAcademic("your@academic.email")

Support

If you're having any problem, please raise an issue on GitHub and we'll be happy to help.

Contribute

Attribution

The database of this project is based on the JetBrains swot database. this database constitutes a significant part of this project.


Author: Yervand Galoyan.