A Next.js web application to find Instagram users who do not follow you back on Instagram.
This Next.js application is designed to help you identify Instagram users who do not follow you back. It takes two JSON files provided by Instagram - one representing your followers and another representing the users you follow. By comparing these two files, you can easily discover who has not followed you back.
- Import JSON files provided by Instagram for your followers and following.
- Find users who don't follow you back.
- User-friendly web interface.
- Easy to set up.
https://ins-unfollowers.vercel.app/
How to download a copy of my information on Instagram?
To run this app locally, follow these steps:
-
Clone the repository:
git clone https://github.com/mpagnoulle/ins-unfollowers.git
-
Navigate to the project directory:
cd ins-unfollowers
-
Install dependencies:
npm install
-
Start the Next.js development server:
npm run dev
-
Open your web browser and go to http://localhost:3000 to use the app.