Skip to content

Instantly share code, notes, and snippets.

@amarjeetsahoo
Created August 22, 2020 18:30
Show Gist options
  • Save amarjeetsahoo/6a71dbc83c3364680d5b8644854523e2 to your computer and use it in GitHub Desktop.
Save amarjeetsahoo/6a71dbc83c3364680d5b8644854523e2 to your computer and use it in GitHub Desktop.
This code will help you to download anyone's Instagram profile picture/DP easily.
#before running this code install Instaloader Module.
#using this command: pip install instaloader
#run this on your command prompt.
import instaloader
mod=instaloader.Instaloader()
a=input("Enter Username:")
mod.download_profile(a,profile_pic_only=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment