Created
January 9, 2021 10:55
-
-
Save JayantGoel001/6519ba98fd70809e76d313079ddef49e to your computer and use it in GitHub Desktop.
Download Instagram Profile Picture using instaloader
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from instaloader import Instaloader | |
insta = Instaloader() | |
username = input("Enter the Instagram Account username : ") | |
insta.download_profile(username, profile_pic_only=True) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment