Skip to main content

This is a library to check email (Hotmail, Gmail) if is availabe, get instagram information by usernam, get reset of user instagram, check if email registered in instagram, And many more features that may be added soon.

Project description

pip install Ilyass
from Ilyass import HotmailChecker

python = HotmailChecker.HotmailEm('example@hotmail.com')

if python == True:
  print('Email Valide')
else:
  print('Email Invalide')
from Ilyass import Instagram as gg

username = "cristiano"
info = gg.information(username) or {}

name = info.get("name", "None")
username = info.get("username", "None")
followers = info.get("followers", "None")
following = info.get("following", "None")
date = info.get("date", "None")
id = info.get("id", "None")
post = info.get("post", "None")
bio = info.get("bio", "None")
user_is_verified = info.get("is_verified", "None")
user_is_private = info.get("is_private", "None")

print("Name:", name)
print("Username:", username)
print("Followers:", followers)
print("Following:", following)
print("Date:", date)
print("ID:", id)
print("Posts:", post)
print("Bio:", bio)
print("Verified:", user_is_verified)
print("Private:", user_is_private)
import os
from Ilyass import GmailChecker
try:
     os.remove('tl.txt')
except:
     pass
 
email = input('email:  ')
result = GmailChecker.gmail(email)

print(result)
from Ilyass import Instagram as ig
#Date 2012/2013/2024, 2024
try:
  username = ig.usergen(2012)

  print(username)
except:pass
from Ilyass import Instagram as ig

username = "geraldvkirkland"

rr = ig.rest(username)

print(rr)

#result g*******d@gmail.com

#for more info

#my telegram @ILyassPy
import Ilyass
print(dir(Ilyass))

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

ilyass-1.6.tar.gz (7.4 kB view details)

Uploaded Source

File details

Details for the file ilyass-1.6.tar.gz.

File metadata

  • Download URL: ilyass-1.6.tar.gz
  • Upload date:
  • Size: 7.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for ilyass-1.6.tar.gz
Algorithm Hash digest
SHA256 d38b6dbe17e7961d32884645c695bfac3e75e98977fef99844b63bdb3c94d7ce
MD5 bd0af6cc1fb2f406022d617270cefd32
BLAKE2b-256 84b46bfca314e23c772b1ebf2abe7e94d49a5db2351cb91abdedd38bbeca4588

See more details on using hashes here.

Supported by

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