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

Uploaded Source

File details

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

File metadata

  • Download URL: asmix-0.1.1.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.1.tar.gz
Algorithm Hash digest
SHA256 e6f8df126557efd04c85526a06e12a2b32a3581da7c4f0dcea1da923e82a47c9
MD5 2a3ca8c6610115b18f1e27c94580ca61
BLAKE2b-256 3cd8882e80e6de14c7ea48dcfb59bc6df95971b70cac94a0d1e9f63cfb05faae

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