Skip to content

A small tool to find out who doesn't follow back on Instagram based on the JSON files that can be downloaded (No API call)

License

Notifications You must be signed in to change notification settings

mpagnoulle/ins-unfollowers

Repository files navigation

InsUnfollowers

A Next.js web application to find Instagram users who do not follow you back on Instagram.

Overview

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.

Features

  • 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.

Demo

https://ins-unfollowers.vercel.app/

How to get the JSON files from Instagram?

How to download a copy of my information on Instagram?

Installation

To run this app locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/mpagnoulle/ins-unfollowers.git
  2. Navigate to the project directory:

    cd ins-unfollowers
    
  3. Install dependencies:

    npm install
    
  4. Start the Next.js development server:

    npm run dev
    
  5. Open your web browser and go to http://localhost:3000 to use the app.

About

A small tool to find out who doesn't follow back on Instagram based on the JSON files that can be downloaded (No API call)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published