Python script that gonna view private Instagram account without password.

'' 'Library required
pip install instagram-web-clone
' '' 

import requests
from instagram_web_clone import InstagramWebClone

# Replace these with your own values
username = "private_account_username"

# Initialize the Instagram web clone
instagram = InstagramWebClone()

# Login to the Instagram account
instagram.login(username, password="your_password")

# Get the user's ID
user_id = instagram.get_user_id(username)

# Get the user's posts
posts = instagram.get_user_feed(user_id)

# Print the posts
for post in posts:
    print(post['caption'])

Comments

Popular posts from this blog

SAMBA SERVER 2.0 #server

Setup SSH for accessing outside from network

Speech tools - espeak and festival etc.