mpagnoulle / ins-unfollowers

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)

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

https://ins-unfollowers.vercel.app

License:GNU General Public License v3.0


Languages

Language:TypeScript 90.5%Language:CSS 8.6%Language:JavaScript 0.9%