Metadata-Version: 2.1
Name: ig-data
Version: 0.0.2
Summary: A small package to extract instagram data for the given username
Home-page: https://github.com/swapnanildutta/instagram-search
Author: Swapnanil Dutta
Author-email: swapnanildutta2000@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: beautifulsoup4
Requires-Dist: requests

[![HitCount](http://hits.dwyl.com/swapnanildutta/instagram-search.svg)](http://hits.dwyl.com/swapnanildutta/instagram-search)
# Instagram Account Details Extraction
I have used a python code to extract the details of a given username, the searchDisplay() searches for the given username and prints the extracted data and the getDetails() searches for the given username and returns the extracted data in form of a dictionary.
## How to 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.

Then, run the command 

>***pip install -r requirements.txt***


This will instantly install all the libraies needed.


