Skip to main content

Tools checker

Project description

checkeml

It is a useful library for developers as it checks the email if it is on social networking sites or not

SidraELEzz' Github Stats

Installation :

pip install checkeml

TSM are available

⌯ instagram

⌯ facebook

⌯ twitter

checker email facebook

from checkeml import checkeml

email = "<your email>"

Logan = checkeml.facebook(str(email))

if Logan ==True:
	print ("Email facebook is available")
	
elif Logan ==False:
	print("Email facebook is not available")

	
	

checker email twitter

from checkeml import checkeml

email = "<your email>"

Logan = checkeml.twitter(str(email))

if Logan ==True:
	print ("Email twitter is available")
	
elif Logan ==False:
	print("Email twitter is not available")

	
	

Follow us on social media

Github

Telegram

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

checkeml-0.0.1.tar.gz (7.6 kB view hashes)

Uploaded Source

Built Distribution

checkeml-0.0.1-py3-none-any.whl (7.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page