Skip to content

DuarteCruz6/checkFollowBackInsta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 

Repository files navigation

THIS PROGRAM WILL TELL YOU WHO DOES NOT FOLLOW YOU BACK

EXPLANATION

Have you ever been curious about who doesn't follow you back on Instagram, but you were to lazy to check one by one? Well, me too. So I decided to create this program that creates a file containing both the username as well as the link to the people who don't follow you back. Instagram now lets you download your account's information in a .json file. Therefore, by downloading the files containing who follows you, as well as the files containing who you follow, we can check who follows/doesn't follow you back.

TUTORIAL

DOWNLOADING .JSON FILES

To start this program, first of all you need to clone this repository to a folder. After that, you just need download the files containing your information.

STEP 1: Go to your profile and click on these three lines.

Click on these three lines

STEP 2: Open your account center.

Click on Accounts Center

STEP 3: Click in "Your information and permissions".

Click on Your information and permissions

STEP 4: Press "Download your information".

Click on Download your information

STEP 5: Press "Download or transfer information".

Click on Download or transfer information

STEP 6: Click "Some of your information", since we only need the files containing who follows you and who you follow.

Click on Some of your information

STEP 7: Scroll down until you see the "Connections" sections and go ahead and tick "Followers and following". After ticking, press "Next".

Scroll down and select Followers and following

STEP 8: Select what option you prefer. For this tutorial I selected "Download to device", but either are corrected and will work

Choose whatever option you desired. I choose Download to device

STEP 9: Click on "Date range".

Click on Date range

STEP 10: Select "All time". If you select another option, the files won't contain your oldest followers and accounts you have been following for a while. Ater selecting, press "Save".

Select All time

STEP 11: Click "Format". After clicking, select "JSON".

Click on Format

STEP 12: If your screen looks like this, you are good to go. Check if your "Notify" e-mail is correct, if so, click "Create files". You will receive an email from Instagram-Meta containing a link to download your files.

How it should look like

STEP 13: After receiving the email, click on "Download your information". It will open up a link from Instagram in which you are going to click on "Download". If it requests your password, type it in and press "Continue".

STEP 14: Save the downloaded file in the "checkFollowBack" folder. This folder now must contain the file code.py as well as the .zip file.

STEP 15: Unzip the file. You can delete the .zip file if your OS doesn't delete it automatically. Your checkFollowBack folder now should have the code.py file, as well as the "connections" folder inside it. If it looks like this, you are good to go.

Three lines you need to click on

RUNNING THE PROGRAM

STEP 1: Open your terminal. If you are on a MacOS, open your Apps on Finder and search for Terminal. If you are in Windowns, type cmd on your search bar and click enter and "Command Prompt" shows up.

STEP 2: Write "cd " on the terminal and drag and drop the checkFollowBackInsta folder to your terminal. When dropped, click Enter.

STEP 3: Write "python ./code.py" on your terminal and click enter. If the Terminal says permission denied, then write this command "chmod +x code.py" and try again. If nothing shows up in your terminal, then everything went well.

Step 4: The code now created a file named peopleWhoDontFollowYouBack on the checkFollowBack folder. This folder contains every username+link of the people who do not follow you back.

About

Check who doesn't follow you back on Instagram

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages