/instagram-profile-picture

Same old webscraper. The package is available on PyPi. Go ahead and try it out!

Primary LanguagePythonMIT LicenseMIT

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