Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 660 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 660 Bytes

HitCount

Instagram Profile Picture Extraction

I have used python to open and also download Instagram profile pictures as because Instagram does not allow us to open the picture.

installation

Hosted on pypi.org

pip install ig-profile

example

from ig_profile import ProfileImage as pimage
pimage.image(YOUR_USER_NAME)

The above code will simply download the desired profile picture and open it up in a new window.

PyPi

Instagram Profile Picture: PyPi