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

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for topython-0.3.tar.gz
Algorithm Hash digest
SHA256 574a51dd9ee4108d005f92aaef7a976e3b3958331d312f7666f7d273fcaa57f6
MD5 b668c29affcf9e37c8dc2a0f0219aeb6
BLAKE2b-256 d23b2fbb3d887187eb60e6396e53f8a7f1b9a6c8e32aea96f0a942e030946c8e

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