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.info(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.4.tar.gz
(5.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
asmix-0.1.4-py3-none-any.whl
(5.7 kB
view details)
File details
Details for the file asmix-0.1.4.tar.gz.
File metadata
- Download URL: asmix-0.1.4.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a2dd68f77f7a9eeef9a1e47d2ab887d3e2837936b236e2ce8dc51d4fba036801
|
|
| MD5 |
24931f709399d5ede1a30a8428f994b5
|
|
| BLAKE2b-256 |
b9d0887e8e305d68cf9310f5d93e8ac8597dbd93edd155589b79e6b500f2d8b5
|
File details
Details for the file asmix-0.1.4-py3-none-any.whl.
File metadata
- Download URL: asmix-0.1.4-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3663aee22060034fc0ddc3756302ebe1f629eef39838dfdd0ac9c62822cbdb90
|
|
| MD5 |
a04be9899cfdde83263101b2923cf16f
|
|
| BLAKE2b-256 |
02d10fcdede8d3636fd7336ca3be307f6d2c0a6d007cd5b0827b87d1fc46f646
|