Skip to content

This repository cointains a useful tool by which you can see the the peoples on instagram whom you follow but they don't follow you back

Notifications You must be signed in to change notification settings

lsnnt/instafwrnback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

instafwrnback

This repository cointains a useful tool by which you can see the the peoples on instagram whom you follow but they don't follow you back

How to setup

  1. open instagram on web browser and open developer's tools by pressing (F12) or (fn+F12).
  2. There in storage type you will find cookies and then in that you will find ds_user_id and sessionid
  3. In networks tab filter it with api and then there you find a request in which in request headers you will find X-IG-App-ID.
Screenshot 2025-06-05 at 10 19 43 Screenshot 2025-06-05 at 10 21 51

You will have to write all the above things in here

instafwrnback/main.py

Lines 3 to 5 in 359e1af

SESSIONID='<Your sessionid>'
XIGAPPID='<Your X-IG-App-ID>'
DSUSERID='<Your ds_user_id>'

Running it

Clone the project

git clone https://github.com/lsnnt/instafwrnback && cd instafwrnback

Installing the dependencies

pip3 install -r requirements.txt

Running the program

python3 main.py

About

This repository cointains a useful tool by which you can see the the peoples on instagram whom you follow but they don't follow you back

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages