HOW TO DOWNLOAD INSTAGRAM DP USING PYTHON
HOW TO DOWNLOAD INSTAGRAM PROFILE PIC USING PYTHON
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
Post a Comment