A web application built with Flask that allows users to analyze their Instagram followers and following lists. The app processes JSON files downloaded from Instagram and shows who doesn't follow you back, who follows you, and mutual connections.
- Processing real-world JSON data
- Comparing datasets using Python (sets)
- Handling file uploads with Flask
- Improving user experience with validation and error handling
- Building a clean and simple UI
- Supporting multiple languages (Spanish / English)
- Upload Instagram followers and following JSON files
- Detect users who don't follow you back
- Detect users who follow you but you don't
- Show mutual connections
- Clickable usernames linking to Instagram profiles
- Copy results to clipboard
- Error handling for invalid files
- Bilingual interface (ES / EN)
- Python
- Flask
- HTML
- CSS
- JavaScript
- JSON
- Clone the repository:
git clone https://github.com/ferggz/InstaCheck.git
- Go to the project folder:
cd instacheck
- Run the app:
python app.py
- Open in your browser
- Go to Instagram Settings
- Request your data download
- Select JSON format
- Download and extract the files
- Use:
- followers_1.json
- following.json

