Skip to main content

Best library to check Instagram applications

Project description

pip install ToPython

```bash
#Check the email it is linked to Instagram or not 

from ToPython import Instagram

check = Instagram.CheckEmail("Your Email +@")

if check == True:
    print("Valid Email")
else:
    print("Invalid Email")
    

# Instagram Login (Email-passwod , Username-password , Phone-password)

from ToPython import Instagram

check = Instagram.Login("Your Email-Username","Your Password")

if check == True :
    print("Done Login")
elif check == False :
    print("Login failed")
else :
    print("ban")        

#Check the Usernames available on Instagram 

from ToPython import Instagram

check = Instagram.CheckUsers("Your Username ")

if check == True :
    print("Available Username")
elif check == False :
    print("Unavailable Username")
else :
    print("ban") 

# Fetch specific Instagram account information 

from ToPython import Instagram

info_ig = Instagram.information("Your Username")

print(info_ig) # Can You Use json

# Send a message to reset your Instagram account password 

from ToPython import Instagram

reset = Instagram.Rests("Email-User") # Email or Username

print(reset) 

# Get Usernames from Instagram 

from ToPython import Instagram

Generate = Instagram.GenUsers()
if Generate == None:
    print(None)
else:
    print(Generate)

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

topython-0.2.tar.gz (8.0 kB view details)

Uploaded Source

File details

Details for the file topython-0.2.tar.gz.

File metadata

  • Download URL: topython-0.2.tar.gz
  • Upload date:
  • Size: 8.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for topython-0.2.tar.gz
Algorithm Hash digest
SHA256 2e56176646772ccae093c66b2b9f338d43e0f151317e4ef077fec2ffdb3a3672
MD5 6b9b172a64433187e56d1b4e999be37e
BLAKE2b-256 0ede9ce7288df180923001b4c9ebebc5e1e66a5f818e932fe81b28441b6e99b3

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