Metadata-Version: 2.1
Name: ig-profile
Version: 0.0.1
Summary: A simple package to extract the profile picture of a instagram user.
Home-page: https://github.com/debdutgoswami/instagram-profile-picture
Author: Debdut Goswami
Author-email: debdutgoswami@gmail.com
License: UNKNOWN
Download-URL: https://github.com/debdutgoswami/instagram-profile-picture/archive/v_0.0.1.tar.gz
Description: [![HitCount](http://hits.dwyl.io/debdutgoswami/instagram-profile-picture.svg)](http://hits.dwyl.io/debdutgoswami/instagram-profile-picture)
        
        # 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.
        
        ## use
        
        Clone the repository and run the ```main.py``` file and enter a valid `username` as input.
        
        ## requirements
        
        For running this, you need to have python3 installed in your system.
        
        after that run the command
        **pip install -r requirements.txt**
        
        This will install all the necessary libraries required for this.
        
        ## Official website
        
        Instagram Profile Picture: [Official website](http://instaprofilepic.appspot.com/)
        
Keywords: INSTAGRAM,PROFILE,PICTURE
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
