A python script to see the people who don't follow you back
Note
You have to get your account info via meta Need to have python installed in your computer
Tip
If you dont have python you can download it from here: https://www.python.org/downloads/
Once python is installed you have to request your instagram account data via Meta:
(Accounts center -> Information and permissions -> Download your information -> Download or transfer information -> Part of your information )
Note
You will need to check only the followers and follows option
Warning
Date interval must be from the beggining and the format must be JSON
After some minutes you will get an email with a download link. Download it and extract the .zip file Inside the connections/followers_and_followers folder there will be two files we'll need for the process: followers_1.json and following.json
Then download the python script of this repository (unfollowers.py) and move it to the followers_and_following folder (The same directory as following_1.json and followers.json)
git clone https://github.com/alexceend/see-who-unfollowed-you-insta.git
Finally open a command prompt in the folder and execute the following command:
python unfollowers.py
A file named list.txt will be created containing the users who dont follow you back on insta
Caution
IF THE SCRIPT DOESNT WORK YOU MUST MANUALLY CHANGE SOME THINGS.
IT IS ALL EXPLAINED DOWN HERE:
Important
This is the manual method in case the python script named unfollowers.py doesnt work
Warning
If you have both followers_1.json and followers.json, delete followers.json Then rename followers_1.json to followers.json If a file named list.txt exists, delete it
Warning
followers.json archive is not well formated so we must do some changes.
1st Open the followers.json file
2nd At the top of the file we MUST add the following text:
{
"relationships_followers":
3rd At the end of the file we MUST add this: }
Then download the python script of this repository (unfollowers_old.py) and move it to the followers_and_following folder (The same directory as following.json and followers.json)
git clone https://github.com/alexceend/see-who-unfollowed-you-insta.git
Finally open a command prompt in the folder and execute the following command:
python unfollowers_old.py
A file named list.txt will be created containing the users who dont follow you back on insta