Skip to content

DylanTopic/Instagram-Follower-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Instagram Non-Follower Finder

Find everyone you follow on Instagram who doesn't follow you back.

You control the browser — log in manually, scroll through your lists, and the script captures every username as it appears. Results are saved to a CSV.


Requirements

  • Python 3.10+
  • pip

Installation

pip install playwright
python -m playwright install chromium

Usage

python find_non_followers.py your_username

How it works

The script opens a real Chrome browser window and walks you through three steps:

Step 1 — Log in The browser opens on the Instagram login page. Sign in normally (including 2FA if you have it), then press Enter in the terminal.

Step 2 — Followers The browser navigates to your profile. Click "X followers" to open the followers list, then scroll all the way through it. The terminal shows a live count as names are captured. Press Enter when you've reached the bottom.

Step 3 — Following The browser reloads your profile. Click "X following", scroll through the entire list, and press Enter when done.

The script then compares both lists and saves the results.


Output

A CSV file is saved in the same folder as the script:

non_followers_yourname_20260525_143012.csv
username profile_url
someuser https://www.instagram.com/someuser/

Open it directly in Excel or Google Sheets.


Notes

  • Scroll at a steady pace — the terminal count confirms names are being picked up
  • If you scroll too fast and miss some, just run it again
  • All browser cache and session data is wiped automatically at the end of each run — nothing is stored between uses
  • The browser window must stay open while scrolling

Privacy

This tool runs entirely on your machine. No data is sent anywhere — it only reads what's visible in your own browser window. Instagram credentials are never stored or logged.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages