An integrated library for checking email if it is registered on social media

Overview

requesck

An integrated library for checking email if it is registered on social media

SidraELEzz' Github Stats

Installation :

pip install requesck

Domains are available

⌯ Gmail

⌯ Hotmail

⌯ Outlook

⌯ Yahoo

⌯ mail.ru

Available social networking site

⌯ snapchat

⌯ instagram

⌯ tiktok

⌯ twitter

⌯ facebook

To check the email if it is available on Instagram

" 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 

email = "
    
     "
    

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")
 

To get email business

< username >" 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") ">
from requesck import check 

username = "< username >"
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")


	

Follow us on social media

Github

Telegram

You might also like...
A one place destination to check whatever is trending on the top social and news websites at present.
A one place destination to check whatever is trending on the top social and news websites at present.

UpTrend A one place destination to check whatever is trending on the top social and news websites at present. Explore the docs » View Demo · Report Bu

CoreSE - basic of social Engineering tool
CoreSE - basic of social Engineering tool

Core Social Engineering basic of social Engineering tool. just for fun :) About First of all, I must say that I wrote such a project because of my int

Coinloggr - A learning resource and social platform for the coin collecting community
Coinloggr - A learning resource and social platform for the coin collecting community

Coinloggr A learning resource and social platform for the coin collecting commun

Yandex Media Browser
Yandex Media Browser

Браузер медиа для плагина Yandex Station Включайте музыку, плейлисты и радио на Яндекс.Станции из Home Assistant! Скриншот Корневой раздел: Библиотека

Telegram bot to upload media to telegra.ph
Telegram bot to upload media to telegra.ph

Telegraph @StarkTelegraphBot A star ⭐ from you means a lot to us ! Telegram bot to upload media to telegra.ph Usage Deploy to Heroku Tap on above butt

A python script to decrypt media files encrypted using the Android application 'Secret Calculator Photo Vault'. Supports brute force of PIN also.

A python script to decrypt media files encrypted using the Android application 'Secret Calculator Photo Vault'. Supports brute force of PIN also.

Media Cloud Outlet Filtering

Using ABYZ and Media-Bias Fact-Check outlet databases, I've provided outlet CSV files for both and scripts to intended to match Media Cloud files to respective outlets.

This Python3 script will monitor Upwork RSS feed and then email you the results.
This Python3 script will monitor Upwork RSS feed and then email you the results.

Upwork RSS Parser This Python3 script will monitor Upwork RSS feed and then email you the results. Table of Contents General Info Technologies Used Fe

Push a record and you will receive a email when that date

Push a record and you will receive a email when that date

Owner
Sidra ELEzz
ليس من الجيد لشخصيتك أن يكون كل شيء فيك رائعًا باستثناء عقلك
Sidra ELEzz
Backend/API for the Mumble.dev, an open source social media application.

Welcome to the Mumble Api Repository Getting Started If you are trying to use this project for the first time, you can get up and running by following

Dennis Ivy 189 Dec 27, 2022
Tools for collecting social media data around focal events

Social Media Focal Events The focalevents codebase provides tools for organizing data collected around focal events on social media. It is often diffi

Ryan Gallagher 80 Nov 28, 2022
It really seems like Trump is trying to get his own social media started. Not a huge fan tbh.

FuckTruthSocial It really seems like Trump is trying to get his own social media started. Not a huge fan tbh. (When TruthSocial actually releases, I'l

null 0 Jul 18, 2022
Mail Me My Social Media stats (SoMeMailMe)

Mail Me My Social Media follower count (SoMeMailMe) TikTok only show data 60 days back in time. With this repo you can easily scrape your follower cou

Daniel Wigh 1 Jan 7, 2022
A Python Web Application for Checking vaccine slots by pincodes and auto slot booking.

The Dashboard is developed using Bokeh and python 3.5+. This dashboard is useful for you if you are looking for something which will help you to book the vaccine slot once slots become available. Other Vaccine Finders will notify you once slots become available but you will still need to login to the portal and book the slot manually. This dashboard will look for slot availability continuously and will send the OTP itself once slots become available.

Suraj Deshmukh 10 Jan 23, 2022
A tool for checking if the external data used in Flatpak manifests is still up to date

Flatpak External Data Checker This is a tool for checking for outdated or broken links of external data in Flatpak manifests. Motivation Flatpak apps

Flathub 76 Dec 24, 2022
This is a simple python script for checking A/L Examination results of srilankan students

AL-Result-Checker This is a simple python script for checking A/L Examination results of srilankan students INSTALLATION [Termux] [Linux] : apt-get up

Razor Kenway 8 Oct 24, 2022
A module to prevent invites and joins to Matrix rooms by checking the involved server(s)' domain.

Synapse Domain Rule Checker A module to prevent invites and joins to Matrix rooms by checking the involved server(s)' domain. Installation From the vi

matrix.org 4 Oct 24, 2022
Similarity checking of sign languages

Similarity checking of sign languages This repository checks for similarity betw

Tonni Das Jui 1 May 13, 2022
Identifies the faulty wafer before it can be used for the fabrication of integrated circuits and, in photovoltaics, to manufacture solar cells.

Identifies the faulty wafer before it can be used for the fabrication of integrated circuits and, in photovoltaics, to manufacture solar cells. The project retrains itself after every prediction, making it more robust and generalized over time.

Arun Singh Babal 2 Jul 1, 2022