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

Related tags

Miscellaneousrequesck
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

Owner
Sidra ELEzz
ليس من الجيد لشخصيتك أن يكون كل شيء فيك رائعًا باستثناء عقلك
Sidra ELEzz
A simple wrapper for joy library

Joy CodeGround A simple wrapper for joy library to render joy sketches in browser using vs code, (or in other words, for those who are allergic to Jup

rijfas 9 Sep 08, 2022
A Python script to convert your favorite TV series into an Anki deck.

Ankiniser A Python3.8 script to convert your favorite TV series into an Anki deck. How to install? Download the script with git or download it manualy

37 Nov 03, 2022
InfiniPy has some neat features - like the endpoint for function

InfiniPy has some neat features - like the endpoint for function

ZeroTwo 7 Nov 20, 2022
A Brainfuck interpreter written in Python.

A Brainfuck interpreter written in Python.

Ethan Evans 1 Dec 05, 2021
Some basic sorting algos

Sorting-Algos Some basic sorting algos HacktoberFest 2021 This repository consists of mezzo-level projects that undertake a simple task and perform it

Manthan Ghasadiya 7 Dec 13, 2022
Bring A Trailer(BAT) is a popular online auction website for enthusiast cars. This traverse auction results and saves them as CSV

BaT Data Grabber Bring A Trailer(BAT) is a popular online auction website for enthusiast cars. This traverse auction results and saves them as CSV Bri

Elliot Weil 2 Oct 31, 2021
Check COVID locations of interest against Google location history

Location of Interest Checker Script to compare COVID locations of interest to Google location history. The script produces a map plot (as shown below)

9 Mar 30, 2022
Encode and decode cancro lang files to and from brainfuck

cancrolang Encode and decode cancro lang files to and from brainfuck. examples python3 main.py -f hello.cancro --run Hello World! the interpreter is n

witer33 1 Dec 20, 2021
A simplified python interface to COPASI.

BasiCO This project hosts a simplified python interface to COPASI. While all functionality from COPASI is exposed via automatically generated SWIG wra

COPASI 8 Dec 21, 2022
Small scripts to learn about GNOME internals

gnome-hacks This is a collection of APIs that allow programmatic manipulation of the GNOME shell. If you use GNOME (the default graphical shell in Ubu

Alex Nichol 5 Oct 22, 2021
Distributed behavioral experiments

Autopilot Docs Paper Forum Hardware Autopilot is a Python framework for performing complex, hardware-intensive behavioral experiments with swarms of n

70 Dec 14, 2022
Research using python - Guide for development of research code (using Anaconda Python)

Guide for development of research code (using Anaconda Python) TL;DR: One time s

Ziv Yaniv 1 Feb 01, 2022
KeyBrowser: A program launches a browser and a keylogger at the same time, is used to retrieve a person's personal information

KeyBrowser: A program launches a browser and a keylogger at the same time, is used to retrieve a person's personal information

3 Oct 16, 2022
Random pass word generator made with python. PyQt5 module is used to design GUI.

Differences in this GUI program : Default titlebar removed Custom Minimize,Maximize and Close Buttons Drag & move window from any point Program work l

Dimuth De Zoysa 1 Jan 26, 2022
One Ansible Module for using LINE notify API to send notification. It can be required in the collection list.

Ansible Collection - hazel_shen.line_notify Documentation for the collection. ansible-galaxy collection install hazel_shen.line_notify --ignore-certs

Hazel Shen 4 Jul 19, 2021
Checkers Project Built Using Python

Checkers Project Built Using Python

Meekness Anyaeche 1 Nov 08, 2021
CEI Natural Disaster Tracking Portal

CEI Natural Disaster Tracking Portal (cc) Climatic Eye of ISCI We are an initiative that conducts studies in the field of Space Science, publishes pro

Baris Dincer 7 Dec 24, 2022
An upgraded version of extractJS

extractJS_2.0 An enhanced version of extractJS with even more functionality Features Discover JavaScript files directly from the webpage Customizable

Ali 4 Dec 21, 2022
Custom python interface to xstan (a modified (cmd)stan)

Custom python interface to xstan (a modified (cmd)stan) Use at your own risk, currently everything is very brittle and will probably be changed in the

2 Dec 16, 2021
Multi-Process / Censorship Detection

Multi-Process / Censorship Detection

Baris Dincer 2 Dec 22, 2021