Instagram Insights is a Streamlit application that allows you to analyze and visualize your Instagram data like users not following you back, users you aren't following back, and more.
Click Here To View This App Online!
- Visualize insights from your Instagram data like followers, following, follow requests, and more.
- Filter and download the data for further analysis.
- Easy to use interface.
-
Download your Instagram data by going to More > Your Activity > Download Your Information, and clicking on 'Request Download'. Make sure you download the data as a JSON file.
-
When the data is emailed to you, upload all the files in the
followers_and_following
, which is in part 4 of the download folders, and upload the folder to the app. -
Use the filters in the sidebar to view and analyze different aspects of your Instagram data.
-
Download the filtered data as CSV files for further analysis.
- Python 3.7 or higher
- Streamlit
- Pandas
- Plotly
To install the required libraries, run the following command:
pip install streamlit pandas plotly
- Clone this repository.
git clone https://github.com/Kaludii/Instagram-Insights.git
- Navigate to the project directory.
cd Instagram-Insights
- Run the Streamlit app.
streamlit run app.py
- Open your web browser and visit
http://localhost:8501
.