Skip to main content

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

Project description

pip install asmix
from asmix import Email

python = Email.hotmail('example@hotmail.com')

if python == True:
  print('Email Valide')
else:
  print('Email Invalide')
from asmix 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)
from asmix import Instagram as ig
#Date 2012/2013/2014, 2024
try:
  username = ig.usergen(2012)

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

username = "geraldvkirkland"

rr = ig.rest(username)

print(rr)

#result g*******d@gmail.com
from asmix import Instagram

aa = Instagram.check('example.gmail.com')
print(aa)

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

asmix-0.1.2.tar.gz (4.6 kB view details)

Uploaded Source

File details

Details for the file asmix-0.1.2.tar.gz.

File metadata

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

File hashes

Hashes for asmix-0.1.2.tar.gz
Algorithm Hash digest
SHA256 217828dbabd194beeacc768f8e2407d56e2dd4d499e157923d4d8f56e11eda64
MD5 91796b98e3f602dbd51a1b96d6c09523
BLAKE2b-256 be1143652a8a4162b0ca6184877868d6c5a6c3603ce779c210b3cb18fa4a0880

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