davidarroyo1234/instagramunfollowers

Check if people follows you back on Instagram.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 9 minutes ago
Added to GitGenius on September 14th, 2026
Created on August 31st, 2020
Open Issues & Pull Requests: 53 (+0)
GitHub issues: Enabled
Number of forks: 450
Total Stargazers: 4,864 (+0)
Total Subscribers: 56 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 11.6 hours
Mean response time: 13.1 days
90th percentile: 40.9 days
Tracked items: 63

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Roughly one issue in four opened in the past year never receives a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 38% of issues opened in the past year have been closed. Three people close 75% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 36
New in 7 days: 6
Closed in 7 days: 0
Avg open age: 236 days
Stale 30+ days: 24
Stale 90+ days: 18

Recent activity

Opened in 7 days: 5
Closed in 7 days: 0
Comments in 7 days: 6
Events in 7 days: 10

Top labels

No label distribution available yet.

Detailed Description

Instagram Unfollowers is a browser-based tool that identifies which Instagram accounts do not follow you back.

The tool solves the problem of discovering one-way follows on Instagram without requiring any software installation. It works by running JavaScript code directly in your browser's developer console after you log into Instagram's website. The script retrieves your following and followers lists, compares them, and displays accounts that don't follow you back. Because Instagram API requirements mean accounts appear gradually during scanning, the tool requires patience as it processes the data.

The tool suits anyone wanting a quick, privacy-conscious way to audit their Instagram followers without installing third-party applications. It works on both desktop and mobile browsers, though mobile users need to use a specialized browser like Eruda to access the developer console. The approach prioritizes local data storage—all whitelist information and results remain in your browser with no external servers involved. Key features include a whitelist system to protect specific accounts from accidental unfollowing, export and import functionality for backing up whitelists, and customizable timing settings to avoid rate limits. The interface is minimalist and responsive across devices.

The project maintains active development with a build system using Node that automatically formats and compresses code after modifications. The maintainers provide both standard build commands and a development mode using nodemon for continuous rebuilding during active work. The codebase is written in TypeScript and compiled to JavaScript for browser execution.