Skip to content

Instantly share code, notes, and snippets.

@JayantGoel001
Created January 9, 2021 10:55
Show Gist options
  • Save JayantGoel001/6519ba98fd70809e76d313079ddef49e to your computer and use it in GitHub Desktop.
Save JayantGoel001/6519ba98fd70809e76d313079ddef49e to your computer and use it in GitHub Desktop.
Download Instagram Profile Picture using instaloader
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