Created
August 22, 2020 18:30
-
-
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.
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
#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