So now, we are going to discuss about how to download the Instagram profile pictures via Python. So, let’s get into the topic.

The instaloader is a package which I’m using to download the profile pictures from the Instagram, your friends profile pictures like, whatever the user name that you give as the input, the profile picture will get downloaded. So you can gather all these. Maybe you can have all the profile names in a text file and then you can pass it to the code, so that all your profile pics will be downloaded, so that you can use that for some kind of an image analysis in the proper way. OK, let’s jump into the code.

Import instaloader

root=instaloader.Instaloader()
usr_name=”Vishnu_aravindh28’
Print(root.download_profile(usr_name,profile_pic_only=True))

#python #coding #instagram

How to Download Your Instagram Profile Pic using Python
34.85 GEEK