Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaludii/instagram-insights
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.
https://github.com/kaludii/instagram-insights
analysis followers insights insta instagram instagram-data instagram-insight not-following-back streamlit unfollow unfollowers
Last synced: 22 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/kaludii/instagram-insights
- Owner: Kaludii
- Created: 2023-03-22T02:30:22.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-07T18:06:36.000Z (over 1 year ago)
- Last Synced: 2024-11-18T05:40:54.902Z (3 months ago)
- Topics: analysis, followers, insights, insta, instagram, instagram-data, instagram-insight, not-following-back, streamlit, unfollow, unfollowers
- Language: Python
- Homepage: https://huggingface.co/spaces/Kaludi/Instagram-Insights-Streamlit_App
- Size: 21.5 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Instagram Insights
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.
# Web App
Click [Here](https://huggingface.co/spaces/Kaludi/Instagram-Insights-Streamlit_App "Here") To View This App Online!![image](https://user-images.githubusercontent.com/63890666/227370342-1528acdc-5fdc-4ef9-a3a3-8e0dd3d1677d.png)
## Features
- 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.## Usage
1. 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.
2. 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.
3. Use the filters in the sidebar to view and analyze different aspects of your Instagram data.
4. Download the filtered data as CSV files for further analysis.
## Getting Started
### Prerequisites
- Python 3.7 or higher
- Streamlit
- Pandas
- PlotlyTo install the required libraries, run the following command:
`pip install streamlit pandas plotly`
### How to Run
1. Clone this repository.
`git clone https://github.com/Kaludii/Instagram-Insights.git`
2. Navigate to the project directory.
`cd Instagram-Insights`
3. Run the Streamlit app.
`streamlit run app.py`
4. Open your web browser and visit `http://localhost:8501`.