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.0.tar.gz (4.5 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: asmix-0.1.0.tar.gz
  • Upload date:
  • Size: 4.5 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.0.tar.gz
Algorithm Hash digest
SHA256 e9fd2042673996303ac303c89c36e4b88592e806a9da912a736311964295c91e
MD5 008bb12c5634ff975a946bb2416a2267
BLAKE2b-256 17246a6ff5027b96500a45c0e8f6d923f1d829842df0e93cf3fe71fec527e3f2

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