HOW TO DOWNLOAD INSTAGRAM DP USING PYTHON


HOW TO DOWNLOAD INSTAGRAM PROFILE PIC USING PYTHON



     


Normally we can't download instagram profile pictures.
so here in this blog we will learn how to make instagram profile pic downloader using python.




step to make a programme in python to download instagram dp

requirement:-- internet access

1)first install instaloader in terminal
i)open cmd 
ii)type :- pip install instaloader

2)open python ide and type following code:





import instaloader                                             #import the module

ig=instaloader.Instaloader()

dp=input('enter the instagram username :- ')    #user input

ig.download_profile(dp,profile_pic_only=True)


3)save the file and remember the location you are saving this file and
run the programme.

4)copy the username and paste there and press enter.

5)go to the location where you have saved the file find for the folder in the name of username .

6)open the file there will be 3 files created automatically.

7)open the image file ;here is your instagram  profile pic.



TO DOWNLOAD THE PYTHON FILE CLICK HERE .



FULL TUTORIAL VIDEO :-CLICK HERE


BY:-DIPURANJAN SETHY




Comments

Popular posts from this blog

MAKING CALCULATOR USING PYTHON PROGRAMMING

IPHONE 14 FULL REVIEW

HOW TO CREATE TIC TAC TOE GAME USING PYTHON