An integrated library for checking email if it is registered on social media
pip install requesck
⌯ Gmail
⌯ Hotmail
⌯ Outlook
⌯ Yahoo
⌯ mail.ru
⌯ snapchat
⌯ tiktok
from requesck import check
email = "<Sidra454@gmail.com>"
checking = check.instagram(str(email))
if (checking) ==True:
print ("The email is linked to the Instagram account")
try:
if ("@gmail.com") in email:
response = check.gmail(str(email))
if (response) ==True:
print("Email is available ")
elif (response) ==False:
print("Email is available ")
except:pass
elif (checking) ==False:
print ("The email is not linked to the Instagram account")
from requesck import check
username = "< username >"
sessionid = "<sessionid>"
response = check.getmail(str(username),str(sessionid))
if str("'The resulting': 'True'") in str(response):
email = response["email"]
username = response["username"]
print(email)
print(username)
elif (response) ==False:
print("username is not a business")