https://github.com/aayush412/insta-unfollower-check
A free web tool to analyze your Instagram followers and find who doesn't follow you back. Built with React and Tailwind CSS.
https://github.com/aayush412/insta-unfollower-check
follower-analysis instagram json-data local-processing no-login privacy-focused react-tailwind-css unfollowers
Last synced: 3 months ago
JSON representation
A free web tool to analyze your Instagram followers and find who doesn't follow you back. Built with React and Tailwind CSS.
- Host: GitHub
- URL: https://github.com/aayush412/insta-unfollower-check
- Owner: AAYUSH412
- License: mit
- Created: 2025-02-16T18:32:11.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-03-21T07:39:00.000Z (3 months ago)
- Last Synced: 2025-03-21T08:29:50.454Z (3 months ago)
- Topics: follower-analysis, instagram, json-data, local-processing, no-login, privacy-focused, react-tailwind-css, unfollowers
- Language: JavaScript
- Homepage: https://insta-unfollower-check.vercel.app
- Size: 2.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ✨ Instagram Unfollower Checker ✨
**Discover who isn't following you back on Instagram in seconds!**
[](https://reactjs.org/)
[](https://tailwindcss.com/)
[](https://vitejs.dev/)
[](LICENSE)[Try It Now](https://insta-unfollower-check.vercel.app/) | [Report Bug](https://github.com/AAYUSH412/insta_unfollower_list/issues) | [Request Feature](https://github.com/AAYUSH412/insta_unfollower_list/issues)
## 📱 Overview
**Instagram Unfollower Checker** is a free, privacy-focused web tool that helps you analyze your Instagram connections. In just a few clicks, you can:
- 👁️ **Find who doesn't follow you back**
- 🔄 **Discover mutual followers**
- 📊 **Analyze your follower-to-following ratio**
- 🔍 **Search through your Instagram relationships**All processing happens locally in your browser - **your data never leaves your device!**
![]()
## ✨ Key Features
- **Unfollower Detection**: Instantly identify accounts that don't follow you back
- **Mutual Connections**: See who you have two-way relationships with
- **Advanced Filtering**: Search through your follower/following lists
- **Analytics Dashboard**: Visualize your follower metrics
- **Data Privacy**: 100% client-side processing ensures your data stays private
- **No Login Required**: Works with your downloaded Instagram data files
- **Completely Free**: No hidden costs or premium features## 🛡️ Privacy First Approach
We take your privacy seriously:
- ✅ All analysis happens **directly in your browser**
- ✅ Your Instagram data **never leaves your device**
- ✅ **No user data stored** on any servers
- ✅ **Zero tracking cookies** or analytics
- ✅ **No authentication** required## 🚀 How To Use
### Step 1: Download Your Instagram Data
Click to expand detailed instructions
1. Open Instagram app and go to your profile
2. Tap ≡ (menu) → Settings and privacy → Account Center
3. Select "Your information and permissions"
4. Choose "Download your information"
5. Select "Download or transfer information"
6. Choose your Instagram account
7. Select "Some of your information"
8. Check "Followers and following" data
9. Choose JSON format
10. Select "Download to device"
11. Create file and wait for Instagram to process (typically takes 1-48 hours)
12. Download the zip file when ready### Step 2: Upload Your Files
1. Extract the downloaded zip file from Instagram
2. Find and upload `followers_1.json` to our tool
3. Find and upload `following.json` to our tool
4. Click "Compare Files" to see your results### Step 3: Explore Your Data
- View users who don't follow you back
- Check your mutual followers
- Search for specific users
- Analyze your follower ratio## 💻 Installation and Local Development
### Prerequisites
- Node.js (v16+)
- npm or yarn### Setup
1. **Clone the repository**
```bash
git clone https://github.com/yourusername/insta_unfollower_list.git
cd insta_unfollower_list/frontend
```2. **Install dependencies**
```bash
npm install
# or with yarn
yarn install
```3. **Start development server**
```bash
npm run dev
# or with yarn
yarn dev
```4. **Open browser at [http://localhost:5173](http://localhost:5173)**
## 🛠️ Built With
| Technology | Purpose |
|------------|---------|
| [React](https://reactjs.org/) | Frontend library |
| [Tailwind CSS](https://tailwindcss.com/) | Styling framework |
| [Lucide Icons](https://lucide.dev/) | UI icons |
| [Vite](https://vitejs.dev/) | Build tool |
| [React Router](https://reactrouter.com/) | Navigation |## 🔍 FAQs
Is this tool safe to use?
Yes! All data processing happens locally in your browser. Your Instagram data never leaves your device, and we don't have servers that store or process your information.Do I need to log in with my Instagram account?
No. You only need to download your Instagram data and upload the specific JSON files. We never ask for or need your Instagram credentials.Is this affiliated with Instagram/Meta?
No. This is an independent tool and is not affiliated with, endorsed by, or connected to Instagram or Meta in any way.What if I can't find the JSON files?
After downloading and extracting your Instagram data, look for a folder called "followers_and_following". Inside, you should find "followers_1.json" and "following.json" files.Does this tool store my data?
No. All processing happens in your browser. No data is stored on servers or persisted after you close the browser tab.## 📄 License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## 🤝 Contributing
Contributions make the open-source community amazing! Any contributions you make are **greatly appreciated**.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## 🌟 Show Your Support
If you find this project helpful, please consider giving it a star on GitHub! It helps others discover the project.
[](https://github.com/yourusername/insta_unfollower_list/stargazers)
**Built with ❤️ by [Aayush](https://github.com/AAYUSH412)**