Skip to content

A Python script shows which users do not follow an account or which user you do not follow

Notifications You must be signed in to change notification settings

batuhanbatu/ig_following_check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Instagram Following Check by Batuhan Batu

Hi, in this article, I will let you know about how to set up this application and run on your computer.

First of all, your computer needs to have a valid Python version and a virtual environment (may be for an empty project) and program will need 2 html files which I will explain to you how we can have. So, let's start :)

After you have a Python and my project, you need to open your instagram profile from a web browser (Firefox, Chrome, etc.)

Then the first step here we will do is to open our "following" list (as shown in the image).

N|Solid

After opening your following list, make sure that scrolling bar of the list is located at the bottom (shown in the image with red arrow).

N|Solid

Then, we make "right" click and save the page in "html" format (shown in the image)

N|Solid

Here you must be sure that the name of the file is "following.html" and located in the same folder with project as shown in the image.

N|Solid

After saving your "following.html" file, it is time to do same operations for your followers, we are opening our followers list.

N|Solid

We again have to be sure that our scrolling bar located at the bottom.

N|Solid

And after that, we make a right click and save this file also in "html" format.

N|Solid

And we have to be sure that the name of the file is "followers.html" and located in the same directory with our project.

N|Solid

After saving second html file, we can run the program and see the results. If you think that program is working wrong, check your lists on Instagram's website :)

By the way, keep in mind that you can use this program for any account that you can reach followers & following list :)

Thank you so much for reading till here, Hope to see you on next projects.. Batuhan Batu

About

A Python script shows which users do not follow an account or which user you do not follow

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages